From 8718575a2cb74f0d3ddff10334a9fd712f1bf79b Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 20 Jan 2026 22:55:03 +0100 Subject: [PATCH] Set global.security.allowInsecureImages to true --- immich/helm-immich.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index ef4d698..2e0ead2 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -19,6 +19,9 @@ spec: targetRevision: 0.9.3 # Chart version! https://argo-cd.readthedocs.io/en/latest/user-guide/application-specification/ helm: values: | + global: + security: + allowInsecureImages: true env: REDIS_HOSTNAME: '{{ printf "%s-redis-master" .Release.Name }}' DB_HOSTNAME: "{{ .Release.Name }}-postgresql"