diff --git a/charts/stable/frigate/Chart.yaml b/charts/stable/frigate/Chart.yaml index 84d65eb892e..f86b2b74132 100644 --- a/charts/stable/frigate/Chart.yaml +++ b/charts/stable/frigate/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/frigate - https://github.com/blakeblackshear/frigate type: application -version: 10.0.1 +version: 10.1.0 annotations: truecharts.org/catagories: | - nvr diff --git a/charts/stable/frigate/questions.yaml b/charts/stable/frigate/questions.yaml index 0ebf7906f2e..7a8922ddffe 100644 --- a/charts/stable/frigate/questions.yaml +++ b/charts/stable/frigate/questions.yaml @@ -6,9 +6,21 @@ questions: # Include{global} # Include{workload} # Include{workloadDeployment} + # Include{replicas1} # Include{podSpec} # Include{containerMain} + - variable: imageSelector + label: Select Image + schema: + type: string + default: image + enum: + - value: image + description: Base Image + - value: tensorrtImage + description: Image with TensorRT libraries for nvidia cards + # Include{containerBasic} # Include{containerAdvanced} # Include{containerConfig} diff --git a/charts/stable/frigate/values.yaml b/charts/stable/frigate/values.yaml index 8bcd7d5a19a..17cd010a788 100644 --- a/charts/stable/frigate/values.yaml +++ b/charts/stable/frigate/values.yaml @@ -2,6 +2,10 @@ image: repository: tccr.io/truecharts/frigate pullPolicy: IfNotPresent tag: v0.12.1@sha256:71c83d1c5454bfee190b450ab89b2889352688b8cf3f832782a47ed82e2c604d +tensorrtImage: + repository: tccr.io/truecharts/frigate-tensorrt + pullPolicy: IfNotPresent + tag: v0.12.1@sha256:6860328187a2a52b6273d0151a15be10bc69a05e98cf5186d718b5e87a8a2b04 # When this is defined, the contents will be mounted # as configmap into the container at /config/config.yml.