From a6d836291ffa7d6ba0da7789d7be90f89c2e5d11 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 12 Jan 2026 16:41:40 +0000 Subject: [PATCH] modified: apps/authentik/values.yaml --- apps/authentik/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/authentik/values.yaml b/apps/authentik/values.yaml index c7b620b..3639564 100644 --- a/apps/authentik/values.yaml +++ b/apps/authentik/values.yaml @@ -43,8 +43,8 @@ authentik: enabled: true image: registry: docker.io - repository: library/postgres - tag: "15-alpine" + repository: bitnami/postgresql + tag: "16" # Simple Tag auth: existingSecret: "authentik-secrets" secretKeys: @@ -59,8 +59,8 @@ authentik: enabled: true image: registry: docker.io - repository: library/redis - tag: "7-alpine" + repository: bitnami/redis + tag: "7.4" # Simple Tag auth: existingSecret: "authentik-secrets" existingSecretPasswordKey: "redis-password"