diff --git a/charts/incubator/frigate/Chart.yaml b/charts/incubator/frigate/Chart.yaml index 7932764d42b..88d22dd3cef 100644 --- a/charts/incubator/frigate/Chart.yaml +++ b/charts/incubator/frigate/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/charts/incubator/frigate/values.yaml b/charts/incubator/frigate/values.yaml index f009c96ebe9..3afe6ff9908 100644 --- a/charts/incubator/frigate/values.yaml +++ b/charts/incubator/frigate/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