From ee78796e592f5b1cea24d0b38a89d5155be356ed Mon Sep 17 00:00:00 2001 From: Sascha Lutz Date: Mon, 22 Jun 2026 22:04:10 +0200 Subject: [PATCH] chore: Authentik auf 2026.5.3 (latest) angehoben Default-Tag-Fallback von 2024.12.3 auf 2026.5.3. Upgrade live durchgefuehrt via Major-Leiter (kein Skip): 2024.12.3 -> .5 -> 2025.2.4 -> 4.4 -> 6.4 -> 8.6 -> 10.4 -> 12.6 -> 2026.2.4 -> 2026.5.3 Pro Schritt DB-Backup + Migration/Health verifiziert. Co-Authored-By: Claude Opus 4.8 --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 6bb7699..4aa14d5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -30,7 +30,7 @@ services: - /app-config/authentik/redis:/data server: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.12.3} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2026.5.3} restart: always command: server environment: @@ -54,7 +54,7 @@ services: condition: service_healthy worker: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.12.3} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2026.5.3} restart: always command: worker environment: