Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-11-22 07:11:13 +00:00
parent 5d14dec1a0
commit ba6e1a92a3
12 changed files with 48 additions and 42 deletions

View File

@@ -1,9 +0,0 @@
## [frigate-5.0.4](https://github.com/truecharts/charts/compare/frigate-5.0.3...frigate-5.0.4) (2022-11-21)
### Fix
- clean up small things in questions.yaml ([#4661](https://github.com/truecharts/charts/issues/4661))

View File

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

View File

@@ -0,0 +1,9 @@
## [frigate-5.0.5](https://github.com/truecharts/charts/compare/frigate-5.0.4...frigate-5.0.5) (2022-11-22)
### Fix
- fix detectors question list ([#4705](https://github.com/truecharts/charts/issues/4705))

View File

@@ -159,38 +159,44 @@ questions:
type: list
default: []
items:
- variable: name
label: Name
description: Name of the detector
- variable: detector_entry
label: Detector Entry
schema:
type: string
required: true
default: ""
- variable: type
label: Type
description: Name of the detector
schema:
type: string
required: true
default: cpu
enum:
- value: cpu
description: CPU
- value: edgetpu
description: Edge TPU
- variable: device
label: Device
description: Device name as defined here - https://coral.ai/docs/edgetpu/multiple-edgetpu/#using-the-tensorflow-lite-python-api
schema:
type: string
default: ""
- variable: num_threads
label: Number of Threads
description: This value is only used for CPU types
schema:
type: int
show_if: [["type", "=", "cpu"]]
default: 3
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
description: Name of the detector
schema:
type: string
required: true
default: ""
- variable: type
label: Type
description: Name of the detector
schema:
type: string
required: true
default: cpu
enum:
- value: cpu
description: CPU
- value: edgetpu
description: Edge TPU
- variable: device
label: Device
description: Device name as defined here - https://coral.ai/docs/edgetpu/multiple-edgetpu/#using-the-tensorflow-lite-python-api
schema:
type: string
default: ""
- variable: num_threads
label: Number of Threads
description: This value is only used for CPU types
schema:
type: int
show_if: [["type", "=", "cpu"]]
default: 3
- variable: model
label: Model
schema:

View File

@@ -28,7 +28,7 @@ data:
password: {{ . }}
{{- end }}
{{- if .Values.frigate.detectors.enabled }}
{{- if .Values.frigate.detectors.render_config }}
{{- if .Values.frigate.detectors.config }}
detectors:
{{- range .Values.frigate.detectors.config }}