diff --git a/charts/stable/frigate/Chart.yaml b/charts/stable/frigate/Chart.yaml index b9145396ee7..852bdd35b73 100644 --- a/charts/stable/frigate/Chart.yaml +++ b/charts/stable/frigate/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.12.1 +appVersion: 0.13.2 dependencies: - name: common version: 19.0.0 @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/frigate - https://ghcr.io/blakeblackshear/frigate type: application -version: 13.4.1 +version: 14.0.0 diff --git a/charts/stable/frigate/templates/common.yaml b/charts/stable/frigate/templates/common.yaml index 6ec5e06b3cc..38e70f42807 100644 --- a/charts/stable/frigate/templates/common.yaml +++ b/charts/stable/frigate/templates/common.yaml @@ -7,7 +7,9 @@ {{- $_ := set .Values.configmap "frigate-config" $config -}} {{- end -}} -{{- if not .Values.frigateConfig -}} +{{- if .Values.frigateConfig -}} + {{- $_ := set .Values.persistence.modelcache "enabled" true -}} +{{- else }} {{- $_ := set .Values.persistence.config "enabled" true -}} {{- end -}} diff --git a/charts/stable/frigate/values.yaml b/charts/stable/frigate/values.yaml index f5513e2bce2..5baeac9c95e 100644 --- a/charts/stable/frigate/values.yaml +++ b/charts/stable/frigate/values.yaml @@ -1,11 +1,11 @@ image: repository: ghcr.io/blakeblackshear/frigate pullPolicy: IfNotPresent - tag: 0.12.1@sha256:bb7f7e76a13eccef0b12704e5851cc774a12af1f12df387d6a70a796a3e938c3 + tag: 0.13.2@sha256:2906991ccad85035b176941f9dedfd35088ff710c39d45ef1baa9a49f2b16734 tensorrtImage: repository: ghcr.io/blakeblackshear/frigate pullPolicy: IfNotPresent - tag: 0.12.1-tensorrt@sha256:db6e62d94206803011307296242ee6bfcc185bcf4eb6f68a6fdab8fa7f03a3fb + tag: 0.13.2-tensorrt@sha256:07cc224cdf2feef0af9c860c044ac7ea0ac4adfca7f68b37dc3958bc3a3ee357 # When this is defined, the contents will be mounted # as configmap into the container at /config/config.yml. frigateConfig: {} @@ -90,6 +90,11 @@ persistence: main: main: {} init-config: {} + modelcache: + # Only enable when using frigateConfig + enabled: false + mountPath: /config/model_cache + portal: open: enabled: true