diff --git a/charts/incubator/frigate/Chart.yaml b/charts/incubator/frigate/Chart.yaml index 3677539db0d..e086c5cd248 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: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - nvr diff --git a/charts/incubator/frigate/templates/_configmap.tpl b/charts/incubator/frigate/templates/_configmap.tpl index 6ad5dbdd7b8..5299cfc11ff 100644 --- a/charts/incubator/frigate/templates/_configmap.tpl +++ b/charts/incubator/frigate/templates/_configmap.tpl @@ -79,7 +79,7 @@ data: width: {{ .Values.frigate.birdseye.width | default 1280 }} height: {{ .Values.frigate.birdseye.height | default 720 }} quality: {{ .Values.frigate.birdseye.quality | default 8 }} - model: {{ .Values.frigate.birdseye.mode | default "objects" }} + mode: {{ .Values.frigate.birdseye.mode | default "objects" }} {{- end }} {{- if .Values.frigate.ffmpeg.render_config }} @@ -177,7 +177,7 @@ data: {{- if .Values.frigate.record.render_config }} record: - enable: {{ ternary "True" "False" .Values.frigate.record.enabled }} + enabled: {{ ternary "True" "False" .Values.frigate.record.enabled }} expire_interval: {{ .Values.frigate.record.expire_interval | default 60 }} {{- if .Values.frigate.record.retain.render_config }} retain: @@ -243,6 +243,10 @@ data: {{- if .Values.frigate.rtmp.render_config }} rtmp: enabled: {{ ternary "True" "False" .Values.frigate.rtmp.enabled }} + {{- end }} + + {{- if .Values.frigate.live.render_config }} + live: height: {{ .Values.frigate.live.height | default 720 }} quality: {{ .Values.frigate.live.height | default 8 }} {{- end }}