diff --git a/apps/authentik/values.yaml b/apps/authentik/values.yaml index cc9e380..d7f7121 100644 --- a/apps/authentik/values.yaml +++ b/apps/authentik/values.yaml @@ -42,7 +42,7 @@ authentik: postgresql: enabled: true image: - tag: "15-debian-12" # Floating Tag statt fixer Hash + tag: "15.5.0-debian-11-r2" # Älter aber existent auth: existingSecret: "authentik-secrets" secretKeys: @@ -56,7 +56,7 @@ authentik: redis: enabled: true image: - tag: "7.4-debian-12" # Floating Tag + tag: "7.2.4-debian-11-r2" # Älter aber existent auth: existingSecret: "authentik-secrets" existingSecretPasswordKey: "redis-password"