fix(frigate): fix detectors question list (#4705)
* add dict under list for detectors Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com> * fix typo. change enabled to render_config Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com> * bump version Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com> Signed-off-by: mgale456 <55673155+mgale456@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ sources:
|
|||||||
- https://github.com/blakeblackshear/frigate
|
- https://github.com/blakeblackshear/frigate
|
||||||
- https://hub.docker.com/r/blakeblackshear/frigate
|
- https://hub.docker.com/r/blakeblackshear/frigate
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.4
|
version: 5.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- nvr
|
- nvr
|
||||||
|
|||||||
@@ -85,6 +85,12 @@ questions:
|
|||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
|
- variable: detector_entry
|
||||||
|
label: Detector Entry
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
- variable: name
|
- variable: name
|
||||||
label: Name
|
label: Name
|
||||||
description: Name of the detector
|
description: Name of the detector
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ data:
|
|||||||
password: {{ . }}
|
password: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if .Values.frigate.detectors.enabled }}
|
{{- if .Values.frigate.detectors.render_config }}
|
||||||
{{- if .Values.frigate.detectors.config }}
|
{{- if .Values.frigate.detectors.config }}
|
||||||
detectors:
|
detectors:
|
||||||
{{- range .Values.frigate.detectors.config }}
|
{{- range .Values.frigate.detectors.config }}
|
||||||
|
|||||||
Reference in New Issue
Block a user