diff --git a/incubator/frigate/5.0.4/app-changelog.md b/incubator/frigate/5.0.4/app-changelog.md deleted file mode 100644 index 4950be2e14..0000000000 --- a/incubator/frigate/5.0.4/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/incubator/frigate/5.0.4/CHANGELOG.md b/incubator/frigate/5.0.5/CHANGELOG.md similarity index 100% rename from incubator/frigate/5.0.4/CHANGELOG.md rename to incubator/frigate/5.0.5/CHANGELOG.md diff --git a/incubator/frigate/5.0.4/Chart.yaml b/incubator/frigate/5.0.5/Chart.yaml similarity index 98% rename from incubator/frigate/5.0.4/Chart.yaml rename to incubator/frigate/5.0.5/Chart.yaml index 427072a587..78e96ffca6 100644 --- a/incubator/frigate/5.0.4/Chart.yaml +++ b/incubator/frigate/5.0.5/Chart.yaml @@ -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 diff --git a/incubator/frigate/5.0.4/README.md b/incubator/frigate/5.0.5/README.md similarity index 100% rename from incubator/frigate/5.0.4/README.md rename to incubator/frigate/5.0.5/README.md diff --git a/incubator/frigate/5.0.5/app-changelog.md b/incubator/frigate/5.0.5/app-changelog.md new file mode 100644 index 0000000000..2ab6234fe7 --- /dev/null +++ b/incubator/frigate/5.0.5/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/incubator/frigate/5.0.4/app-readme.md b/incubator/frigate/5.0.5/app-readme.md similarity index 100% rename from incubator/frigate/5.0.4/app-readme.md rename to incubator/frigate/5.0.5/app-readme.md diff --git a/incubator/frigate/5.0.4/charts/common-11.0.3.tgz b/incubator/frigate/5.0.5/charts/common-11.0.3.tgz similarity index 100% rename from incubator/frigate/5.0.4/charts/common-11.0.3.tgz rename to incubator/frigate/5.0.5/charts/common-11.0.3.tgz diff --git a/incubator/frigate/5.0.4/ix_values.yaml b/incubator/frigate/5.0.5/ix_values.yaml similarity index 100% rename from incubator/frigate/5.0.4/ix_values.yaml rename to incubator/frigate/5.0.5/ix_values.yaml diff --git a/incubator/frigate/5.0.4/questions.yaml b/incubator/frigate/5.0.5/questions.yaml similarity index 98% rename from incubator/frigate/5.0.4/questions.yaml rename to incubator/frigate/5.0.5/questions.yaml index a617678665..633aea38c6 100644 --- a/incubator/frigate/5.0.4/questions.yaml +++ b/incubator/frigate/5.0.5/questions.yaml @@ -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: diff --git a/incubator/frigate/5.0.4/templates/_configmap.tpl b/incubator/frigate/5.0.5/templates/_configmap.tpl similarity index 99% rename from incubator/frigate/5.0.4/templates/_configmap.tpl rename to incubator/frigate/5.0.5/templates/_configmap.tpl index 43fa35f08e..17b97a97b1 100644 --- a/incubator/frigate/5.0.4/templates/_configmap.tpl +++ b/incubator/frigate/5.0.5/templates/_configmap.tpl @@ -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 }} diff --git a/incubator/frigate/5.0.4/templates/common.yaml b/incubator/frigate/5.0.5/templates/common.yaml similarity index 100% rename from incubator/frigate/5.0.4/templates/common.yaml rename to incubator/frigate/5.0.5/templates/common.yaml diff --git a/incubator/frigate/5.0.4/values.yaml b/incubator/frigate/5.0.5/values.yaml similarity index 100% rename from incubator/frigate/5.0.4/values.yaml rename to incubator/frigate/5.0.5/values.yaml