diff --git a/incubator/frigate/4.0.0/app-changelog.md b/incubator/frigate/4.0.0/app-changelog.md deleted file mode 100644 index 2eb3208155a..00000000000 --- a/incubator/frigate/4.0.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [frigate-4.0.0](https://github.com/truecharts/charts/compare/frigate-3.0.4...frigate-4.0.0) (2022-11-13) - -### Feat - -- initial rework ([#4408](https://github.com/truecharts/charts/issues/4408)) - - \ No newline at end of file diff --git a/incubator/frigate/4.0.0/CHANGELOG.md b/incubator/frigate/4.0.1/CHANGELOG.md similarity index 100% rename from incubator/frigate/4.0.0/CHANGELOG.md rename to incubator/frigate/4.0.1/CHANGELOG.md diff --git a/incubator/frigate/4.0.0/Chart.yaml b/incubator/frigate/4.0.1/Chart.yaml similarity index 98% rename from incubator/frigate/4.0.0/Chart.yaml rename to incubator/frigate/4.0.1/Chart.yaml index 7932764d42b..88d22dd3cef 100644 --- a/incubator/frigate/4.0.0/Chart.yaml +++ b/incubator/frigate/4.0.1/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/blakeblackshear/frigate - https://hub.docker.com/r/blakeblackshear/frigate type: application -version: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - nvr diff --git a/incubator/frigate/4.0.0/README.md b/incubator/frigate/4.0.1/README.md similarity index 100% rename from incubator/frigate/4.0.0/README.md rename to incubator/frigate/4.0.1/README.md diff --git a/incubator/frigate/4.0.1/app-changelog.md b/incubator/frigate/4.0.1/app-changelog.md new file mode 100644 index 00000000000..13b4a2cbb6c --- /dev/null +++ b/incubator/frigate/4.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [frigate-4.0.1](https://github.com/truecharts/charts/compare/frigate-4.0.0...frigate-4.0.1) (2022-11-14) + +### Fix + +- fix some truthy values + + \ No newline at end of file diff --git a/incubator/frigate/4.0.0/app-readme.md b/incubator/frigate/4.0.1/app-readme.md similarity index 100% rename from incubator/frigate/4.0.0/app-readme.md rename to incubator/frigate/4.0.1/app-readme.md diff --git a/incubator/frigate/4.0.0/charts/common-10.9.7.tgz b/incubator/frigate/4.0.1/charts/common-10.9.7.tgz similarity index 100% rename from incubator/frigate/4.0.0/charts/common-10.9.7.tgz rename to incubator/frigate/4.0.1/charts/common-10.9.7.tgz diff --git a/incubator/frigate/4.0.0/ix_values.yaml b/incubator/frigate/4.0.1/ix_values.yaml similarity index 99% rename from incubator/frigate/4.0.0/ix_values.yaml rename to incubator/frigate/4.0.1/ix_values.yaml index f009c96ebe9..3afe6ff9908 100644 --- a/incubator/frigate/4.0.0/ix_values.yaml +++ b/incubator/frigate/4.0.1/ix_values.yaml @@ -211,7 +211,7 @@ frigate: # -- Optional: improve contrast # - Enables dynamic contrast improvement. This should help improve night detections at the cost of making motion detection more sensitive # - for daytime. - improve_contrast: False + improve_contrast: false # -- Optional: Delay when updating camera motion through MQTT from ON -> OFF mqtt_off_delay: 30 @@ -225,7 +225,7 @@ frigate: # - on available disk space automatically. If using recordings, # - you must specify retention settings for a number of days that # - will fit within the available disk space of your drive or Frigate will crash. - enabled: False + enabled: false # -- Optional: Number of minutes to wait between cleanup runs # - This can be used to reduce the frequency of deleting recording segments from disk if you want to minimize i/o expire_interval: 60 @@ -304,7 +304,7 @@ frigate: # -- Enable it to add the configuration in the config file render_config: false # - Optional: Enable the RTMP stream - enabled: True + enabled: true live: # -- Enable it to add the configuration in the config file diff --git a/incubator/frigate/4.0.0/questions.yaml b/incubator/frigate/4.0.1/questions.yaml similarity index 100% rename from incubator/frigate/4.0.0/questions.yaml rename to incubator/frigate/4.0.1/questions.yaml diff --git a/incubator/frigate/4.0.0/templates/_configmap.tpl b/incubator/frigate/4.0.1/templates/_configmap.tpl similarity index 100% rename from incubator/frigate/4.0.0/templates/_configmap.tpl rename to incubator/frigate/4.0.1/templates/_configmap.tpl diff --git a/incubator/frigate/4.0.0/templates/common.yaml b/incubator/frigate/4.0.1/templates/common.yaml similarity index 100% rename from incubator/frigate/4.0.0/templates/common.yaml rename to incubator/frigate/4.0.1/templates/common.yaml diff --git a/incubator/frigate/4.0.0/values.yaml b/incubator/frigate/4.0.1/values.yaml similarity index 100% rename from incubator/frigate/4.0.0/values.yaml rename to incubator/frigate/4.0.1/values.yaml