From 4ed208c046bae9bee3aff7d663b04f4df5767265 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 6 Jun 2023 07:29:25 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/frigate/8.0.1/app-changelog.md | 4 ---- .../frigate/{8.0.1 => 8.0.2}/CHANGELOG.md | 18 +++++++++--------- incubator/frigate/{8.0.1 => 8.0.2}/Chart.yaml | 2 +- incubator/frigate/{8.0.1 => 8.0.2}/README.md | 0 incubator/frigate/8.0.2/app-changelog.md | 9 +++++++++ .../frigate/{8.0.1 => 8.0.2}/app-readme.md | 0 .../charts/common-12.12.1.tgz | Bin .../frigate/{8.0.1 => 8.0.2}/ix_values.yaml | 0 .../frigate/{8.0.1 => 8.0.2}/questions.yaml | 2 +- .../{8.0.1 => 8.0.2}/templates/NOTES.txt | 0 .../{8.0.1 => 8.0.2}/templates/_configmap.tpl | 0 .../{8.0.1 => 8.0.2}/templates/common.yaml | 0 .../frigate/{8.0.1 => 8.0.2}/values.yaml | 0 13 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 incubator/frigate/8.0.1/app-changelog.md rename incubator/frigate/{8.0.1 => 8.0.2}/CHANGELOG.md (91%) rename incubator/frigate/{8.0.1 => 8.0.2}/Chart.yaml (98%) rename incubator/frigate/{8.0.1 => 8.0.2}/README.md (100%) create mode 100644 incubator/frigate/8.0.2/app-changelog.md rename incubator/frigate/{8.0.1 => 8.0.2}/app-readme.md (100%) rename incubator/frigate/{8.0.1 => 8.0.2}/charts/common-12.12.1.tgz (100%) rename incubator/frigate/{8.0.1 => 8.0.2}/ix_values.yaml (100%) rename incubator/frigate/{8.0.1 => 8.0.2}/questions.yaml (99%) rename incubator/frigate/{8.0.1 => 8.0.2}/templates/NOTES.txt (100%) rename incubator/frigate/{8.0.1 => 8.0.2}/templates/_configmap.tpl (100%) rename incubator/frigate/{8.0.1 => 8.0.2}/templates/common.yaml (100%) rename incubator/frigate/{8.0.1 => 8.0.2}/values.yaml (100%) diff --git a/incubator/frigate/8.0.1/app-changelog.md b/incubator/frigate/8.0.1/app-changelog.md deleted file mode 100644 index 64a7ebc61b1..00000000000 --- a/incubator/frigate/8.0.1/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [frigate-8.0.1](https://github.com/truecharts/charts/compare/frigate-8.0.0...frigate-8.0.1) (2023-06-04) - diff --git a/incubator/frigate/8.0.1/CHANGELOG.md b/incubator/frigate/8.0.2/CHANGELOG.md similarity index 91% rename from incubator/frigate/8.0.1/CHANGELOG.md rename to incubator/frigate/8.0.2/CHANGELOG.md index f2da6b84f4d..502404ae7a4 100644 --- a/incubator/frigate/8.0.1/CHANGELOG.md +++ b/incubator/frigate/8.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [frigate-8.0.2](https://github.com/truecharts/charts/compare/frigate-8.0.1...frigate-8.0.2) (2023-06-06) + +### Fix + +- Fix questions default value ([#9414](https://github.com/truecharts/charts/issues/9414)) + + + + ## [frigate-8.0.1](https://github.com/truecharts/charts/compare/frigate-8.0.0...frigate-8.0.1) (2023-06-04) @@ -88,12 +97,3 @@ ## [frigate-5.0.11](https://github.com/truecharts/charts/compare/frigate-5.0.10...frigate-5.0.11) (2022-12-19) - -### Chore - -- update helm general non-major - - - - -## [frigate-5.0.10](https://github.com/truecharts/charts/compare/frigate-5.0.9...frigate-5.0.10) (2022-12-13) diff --git a/incubator/frigate/8.0.1/Chart.yaml b/incubator/frigate/8.0.2/Chart.yaml similarity index 98% rename from incubator/frigate/8.0.1/Chart.yaml rename to incubator/frigate/8.0.2/Chart.yaml index dab12811d50..327e5484238 100644 --- a/incubator/frigate/8.0.1/Chart.yaml +++ b/incubator/frigate/8.0.2/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/frigate - https://github.com/blakeblackshear/frigate type: application -version: 8.0.1 +version: 8.0.2 annotations: truecharts.org/catagories: | - nvr diff --git a/incubator/frigate/8.0.1/README.md b/incubator/frigate/8.0.2/README.md similarity index 100% rename from incubator/frigate/8.0.1/README.md rename to incubator/frigate/8.0.2/README.md diff --git a/incubator/frigate/8.0.2/app-changelog.md b/incubator/frigate/8.0.2/app-changelog.md new file mode 100644 index 00000000000..e47df51b1d1 --- /dev/null +++ b/incubator/frigate/8.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [frigate-8.0.2](https://github.com/truecharts/charts/compare/frigate-8.0.1...frigate-8.0.2) (2023-06-06) + +### Fix + +- Fix questions default value ([#9414](https://github.com/truecharts/charts/issues/9414)) + + \ No newline at end of file diff --git a/incubator/frigate/8.0.1/app-readme.md b/incubator/frigate/8.0.2/app-readme.md similarity index 100% rename from incubator/frigate/8.0.1/app-readme.md rename to incubator/frigate/8.0.2/app-readme.md diff --git a/incubator/frigate/8.0.1/charts/common-12.12.1.tgz b/incubator/frigate/8.0.2/charts/common-12.12.1.tgz similarity index 100% rename from incubator/frigate/8.0.1/charts/common-12.12.1.tgz rename to incubator/frigate/8.0.2/charts/common-12.12.1.tgz diff --git a/incubator/frigate/8.0.1/ix_values.yaml b/incubator/frigate/8.0.2/ix_values.yaml similarity index 100% rename from incubator/frigate/8.0.1/ix_values.yaml rename to incubator/frigate/8.0.2/ix_values.yaml diff --git a/incubator/frigate/8.0.1/questions.yaml b/incubator/frigate/8.0.2/questions.yaml similarity index 99% rename from incubator/frigate/8.0.1/questions.yaml rename to incubator/frigate/8.0.2/questions.yaml index 83818ae16ee..bc6234e83e0 100644 --- a/incubator/frigate/8.0.1/questions.yaml +++ b/incubator/frigate/8.0.2/questions.yaml @@ -1173,7 +1173,7 @@ questions: type: int min: 1 max: 31 - default: 8 + "null": true - variable: timestamp_style label: Timestamp Style schema: diff --git a/incubator/frigate/8.0.1/templates/NOTES.txt b/incubator/frigate/8.0.2/templates/NOTES.txt similarity index 100% rename from incubator/frigate/8.0.1/templates/NOTES.txt rename to incubator/frigate/8.0.2/templates/NOTES.txt diff --git a/incubator/frigate/8.0.1/templates/_configmap.tpl b/incubator/frigate/8.0.2/templates/_configmap.tpl similarity index 100% rename from incubator/frigate/8.0.1/templates/_configmap.tpl rename to incubator/frigate/8.0.2/templates/_configmap.tpl diff --git a/incubator/frigate/8.0.1/templates/common.yaml b/incubator/frigate/8.0.2/templates/common.yaml similarity index 100% rename from incubator/frigate/8.0.1/templates/common.yaml rename to incubator/frigate/8.0.2/templates/common.yaml diff --git a/incubator/frigate/8.0.1/values.yaml b/incubator/frigate/8.0.2/values.yaml similarity index 100% rename from incubator/frigate/8.0.1/values.yaml rename to incubator/frigate/8.0.2/values.yaml