Set global.security.allowInsecureImages to true

This commit is contained in:
Ruben Hensen
2026-01-20 22:55:03 +01:00
parent f7ed49a408
commit 8718575a2c
+3
View File
@@ -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"