diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml index 66174adfb99..14be34273f1 100644 --- a/charts/stable/immich/Chart.yaml +++ b/charts/stable/immich/Chart.yaml @@ -22,7 +22,7 @@ name: immich sources: - https://github.com/truecharts/charts/tree/master/charts/stable/immich - https://github.com/immich-app/immich -version: 8.0.4 +version: 8.0.5 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/immich/templates/_config.tpl b/charts/stable/immich/templates/_config.tpl index c58ce75b7ca..9ecaf5756aa 100644 --- a/charts/stable/immich/templates/_config.tpl +++ b/charts/stable/immich/templates/_config.tpl @@ -47,10 +47,9 @@ configmap: data: NODE_ENV: production LOG_LEVEL: {{ .Values.immich.log_level }} + IMMICH_MACHINE_LEARNING_ENABLED: {{ .Values.immich.enable_ml | quote }} {{- if .Values.immich.enable_ml }} IMMICH_MACHINE_LEARNING_URL: {{ printf "http://%v-machinelearning:%v" $fname .Values.service.machinelearning.ports.machinelearning.port }} - {{- else }} - IMMICH_MACHINE_LEARNING_URL: "false" {{- end }} TYPESENSE_ENABLED: {{ .Values.immich.enable_typesense | quote }} {{- if .Values.immich.enable_typesense }} diff --git a/charts/stable/immich/values.yaml b/charts/stable/immich/values.yaml index bb950fe2544..ae9f6717b41 100644 --- a/charts/stable/immich/values.yaml +++ b/charts/stable/immich/values.yaml @@ -1,10 +1,10 @@ image: repository: tccr.io/truecharts/immich-server - tag: v1.75.1@sha256:d71779893218665be8fe0215b76b8ecb3e35d4c8ba33be4cfd3412ced9714044 + tag: v1.75.2@sha256:d71779893218665be8fe0215b76b8ecb3e35d4c8ba33be4cfd3412ced9714044 pullPolicy: IfNotPresent mlImage: repository: tccr.io/truecharts/immich-ml - tag: v1.75.1@sha256:ac0b9a12416d4e13f3c0dde91f5eb295887d91b01b17c0ae057de50d222df953 + tag: v1.75.2@sha256:ac0b9a12416d4e13f3c0dde91f5eb295887d91b01b17c0ae057de50d222df953 pullPolicy: IfNotPresent webImage: repository: tccr.io/truecharts/immich-web