fix(frigate): fix config.yml small formatting and typos (#4472)
* update version (#1) Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com> Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com> * fix rtmp config (#2) Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com> Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com> * typos under birdseye and record Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com> * remove excess whitespace Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com> Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user