From 3dd10cb6507f3bee68a448d2e78dbc158c83d7d5 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Tue, 20 Jan 2026 23:23:52 +0100 Subject: [PATCH] Revert "Set global.security.allowInsecureImages to true" This reverts commit 8718575a2cb74f0d3ddff10334a9fd712f1bf79b. --- immich/helm-immich.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index 2e0ead2..ef4d698 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -19,9 +19,6 @@ 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"