Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
@@ -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
|
||||
9
incubator/frigate/5.0.8/app-changelog.md
Normal file
9
incubator/frigate/5.0.8/app-changelog.md
Normal 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))
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
Reference in New Issue
Block a user