Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8a4a0bb139
commit
e0615e2070
|
@ -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))
|
||||
|
||||
|
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
Loading…
Reference in New Issue