diff --git a/community/frigate/1.1.3/Chart.lock b/community/frigate/1.1.4/Chart.lock similarity index 100% rename from community/frigate/1.1.3/Chart.lock rename to community/frigate/1.1.4/Chart.lock diff --git a/community/frigate/1.1.3/Chart.yaml b/community/frigate/1.1.4/Chart.yaml similarity index 97% rename from community/frigate/1.1.3/Chart.yaml rename to community/frigate/1.1.4/Chart.yaml index 227b47c94c..82787af8ac 100644 --- a/community/frigate/1.1.3/Chart.yaml +++ b/community/frigate/1.1.4/Chart.yaml @@ -3,7 +3,7 @@ description: Frigate is an NVR With Realtime Object Detection for IP Cameras annotations: title: Frigate type: application -version: 1.1.3 +version: 1.1.4 apiVersion: v2 appVersion: 0.12.1 kubeVersion: '>=1.16.0-0' diff --git a/community/frigate/1.1.3/README.md b/community/frigate/1.1.4/README.md similarity index 100% rename from community/frigate/1.1.3/README.md rename to community/frigate/1.1.4/README.md diff --git a/community/frigate/1.1.3/app-readme.md b/community/frigate/1.1.4/app-readme.md similarity index 100% rename from community/frigate/1.1.3/app-readme.md rename to community/frigate/1.1.4/app-readme.md diff --git a/community/frigate/1.1.3/charts/common-1.2.3.tgz b/community/frigate/1.1.4/charts/common-1.2.3.tgz similarity index 100% rename from community/frigate/1.1.3/charts/common-1.2.3.tgz rename to community/frigate/1.1.4/charts/common-1.2.3.tgz diff --git a/community/frigate/1.1.3/ci/basic-values.yaml b/community/frigate/1.1.4/ci/basic-values.yaml similarity index 100% rename from community/frigate/1.1.3/ci/basic-values.yaml rename to community/frigate/1.1.4/ci/basic-values.yaml diff --git a/community/frigate/1.1.3/ci/extra-values.yaml b/community/frigate/1.1.4/ci/extra-values.yaml similarity index 100% rename from community/frigate/1.1.3/ci/extra-values.yaml rename to community/frigate/1.1.4/ci/extra-values.yaml diff --git a/community/frigate/1.1.3/ci/hostNet-values.yaml b/community/frigate/1.1.4/ci/hostNet-values.yaml similarity index 100% rename from community/frigate/1.1.3/ci/hostNet-values.yaml rename to community/frigate/1.1.4/ci/hostNet-values.yaml diff --git a/community/frigate/1.1.3/ix_values.yaml b/community/frigate/1.1.4/ix_values.yaml similarity index 82% rename from community/frigate/1.1.3/ix_values.yaml rename to community/frigate/1.1.4/ix_values.yaml index a46a80a66d..d3960dcd38 100644 --- a/community/frigate/1.1.3/ix_values.yaml +++ b/community/frigate/1.1.4/ix_values.yaml @@ -3,12 +3,18 @@ image: pullPolicy: IfNotPresent tag: 0.12.1 +tensorrtImage: + repository: ghcr.io/blakeblackshear/frigate + pullPolicy: IfNotPresent + tag: 0.12.1-tensorrt + resources: limits: cpu: 4000m memory: 8Gi frigateConfig: + imageSelector: image mountUSBBus: false additionalEnvs: [] diff --git a/community/frigate/1.1.3/metadata.yaml b/community/frigate/1.1.4/metadata.yaml similarity index 100% rename from community/frigate/1.1.3/metadata.yaml rename to community/frigate/1.1.4/metadata.yaml diff --git a/community/frigate/1.1.3/questions.yaml b/community/frigate/1.1.4/questions.yaml similarity index 97% rename from community/frigate/1.1.3/questions.yaml rename to community/frigate/1.1.4/questions.yaml index 2de24e99b1..d2b4c22be0 100644 --- a/community/frigate/1.1.3/questions.yaml +++ b/community/frigate/1.1.4/questions.yaml @@ -25,6 +25,18 @@ questions: schema: type: dict attrs: + - variable: imageSelector + label: Image + description: The image to use for Frigate. + schema: + type: string + default: "image" + required: true + enum: + - value: image + description: Frigate Image + - value: tensorrtImage + description: Frigate TensorRT Image - variable: mountUSBBus label: Mount USB Bus description: | diff --git a/community/frigate/1.1.3/templates/NOTES.txt b/community/frigate/1.1.4/templates/NOTES.txt similarity index 100% rename from community/frigate/1.1.3/templates/NOTES.txt rename to community/frigate/1.1.4/templates/NOTES.txt diff --git a/community/frigate/1.1.3/templates/_frigate.tpl b/community/frigate/1.1.4/templates/_frigate.tpl similarity index 96% rename from community/frigate/1.1.3/templates/_frigate.tpl rename to community/frigate/1.1.4/templates/_frigate.tpl index 0b7d283148..7f6d2298a4 100644 --- a/community/frigate/1.1.3/templates/_frigate.tpl +++ b/community/frigate/1.1.4/templates/_frigate.tpl @@ -10,7 +10,7 @@ workload: frigate: enabled: true primary: true - imageSelector: image + imageSelector: {{ .Values.frigateConfig.imageSelector | default "image" }} securityContext: runAsUser: 0 runAsGroup: 0 diff --git a/community/frigate/1.1.3/templates/_persistence.tpl b/community/frigate/1.1.4/templates/_persistence.tpl similarity index 100% rename from community/frigate/1.1.3/templates/_persistence.tpl rename to community/frigate/1.1.4/templates/_persistence.tpl diff --git a/community/frigate/1.1.3/templates/_portal.tpl b/community/frigate/1.1.4/templates/_portal.tpl similarity index 100% rename from community/frigate/1.1.3/templates/_portal.tpl rename to community/frigate/1.1.4/templates/_portal.tpl diff --git a/community/frigate/1.1.3/templates/_service.tpl b/community/frigate/1.1.4/templates/_service.tpl similarity index 100% rename from community/frigate/1.1.3/templates/_service.tpl rename to community/frigate/1.1.4/templates/_service.tpl diff --git a/community/frigate/1.1.3/templates/common.yaml b/community/frigate/1.1.4/templates/common.yaml similarity index 100% rename from community/frigate/1.1.3/templates/common.yaml rename to community/frigate/1.1.4/templates/common.yaml