From d1613fca7eabd96c543ba4a0649e56aa33977000 Mon Sep 17 00:00:00 2001 From: Dmitry Boiadji Date: Sun, 26 Jan 2025 13:10:14 +0200 Subject: [PATCH] Fixing authentik creating providers wizzard bug by bumping up to a new authentik version in template file --- templates/compose/authentik.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/authentik.yaml b/templates/compose/authentik.yaml index 87128f6c4..87942fffb 100644 --- a/templates/compose/authentik.yaml +++ b/templates/compose/authentik.yaml @@ -6,7 +6,7 @@ services: authentik-server: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.12.2} restart: unless-stopped command: server environment: @@ -35,7 +35,7 @@ services: redis: condition: service_healthy authentik-worker: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.12.2} restart: unless-stopped command: worker environment: