Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-12-07 20:37:25 +00:00
parent d36d7cbe8c
commit c841fcd077
12 changed files with 21 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
## [frigate-5.0.7](https://github.com/truecharts/charts/compare/frigate-5.0.6...frigate-5.0.7) (2022-12-06)
### Fix
- fix typos ([#5164](https://github.com/truecharts/charts/issues/5164))

View File

@@ -4,6 +4,15 @@
## [frigate-5.0.8](https://github.com/truecharts/charts/compare/frigate-5.0.7...frigate-5.0.8) (2022-12-07)
### Fix
- render parent max_frames only when at least one child has value ([#5196](https://github.com/truecharts/charts/issues/5196))
## [frigate-5.0.7](https://github.com/truecharts/charts/compare/frigate-5.0.6...frigate-5.0.7) (2022-12-06)
### Fix
@@ -88,12 +97,3 @@
- fix small issues in configmap and questions ([#4635](https://github.com/truecharts/charts/issues/4635))
## [frigate-5.0.2](https://github.com/truecharts/charts/compare/frigate-5.0.1...frigate-5.0.2) (2022-11-17)
### Fix
- fix config.yml small formatting and typos ([#4472](https://github.com/truecharts/charts/issues/4472))

View File

@@ -24,7 +24,7 @@ sources:
- https://github.com/blakeblackshear/frigate
- https://hub.docker.com/r/blakeblackshear/frigate
type: application
version: 5.0.7
version: 5.0.8
annotations:
truecharts.org/catagories: |
- nvr

View File

@@ -0,0 +1,9 @@
## [frigate-5.0.8](https://github.com/truecharts/charts/compare/frigate-5.0.7...frigate-5.0.8) (2022-12-07)
### Fix
- render parent max_frames only when at least one child has value ([#5196](https://github.com/truecharts/charts/issues/5196))

View File

@@ -107,6 +107,7 @@ data:
threshold: {{ .Values.frigate.detect.stationary.threshold | default 50 }}
{{- if (hasKey .Values.frigate.detect.stationary "max_frames") }}
{{- if or (hasKey .Values.frigate.detect.stationary.max_frames "default") (hasKey .Values.frigate.detect.stationary.max_frames "objects") }}
{{- if or .Values.frigate.detect.stationary.max_frames.default .Values.frigate.detect.stationary.max_frames.objects }}
max_frames:
{{- with .Values.frigate.detect.stationary.max_frames.default }}
default: {{ . }}
@@ -119,6 +120,7 @@ data:
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.frigate.objects.render_config }}