From c1eb01fac596a9234dede2d5620208cce56952bb Mon Sep 17 00:00:00 2001 From: Franck Kerbiriou Date: Thu, 22 Aug 2024 22:21:13 +0200 Subject: [PATCH 1/2] Upgrade Authentik --- templates/compose/authentik.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/authentik.yaml b/templates/compose/authentik.yaml index 4fa7a7617..5fdc216e5 100644 --- a/templates/compose/authentik.yaml +++ b/templates/compose/authentik.yaml @@ -6,7 +6,7 @@ services: postgresql: - image: docker.io/library/postgres:12-alpine + image: docker.io/library/postgres:16-alpine restart: unless-stopped healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] @@ -31,7 +31,7 @@ services: volumes: - redis:/data authentik-server: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3} restart: unless-stopped command: server environment: @@ -60,7 +60,7 @@ services: redis: condition: service_healthy authentik-worker: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.2.2} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3} restart: unless-stopped command: worker environment: From 611e80c987b0cd2cba9ac7e8b615028b19c43869 Mon Sep 17 00:00:00 2001 From: Franck Kerbiriou Date: Thu, 5 Sep 2024 15:47:25 +0200 Subject: [PATCH 2/2] Update Authentik to 2024.8.0 --- 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 5fdc216e5..4437e1038 100644 --- a/templates/compose/authentik.yaml +++ b/templates/compose/authentik.yaml @@ -31,7 +31,7 @@ services: volumes: - redis:/data authentik-server: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0} restart: unless-stopped command: server environment: @@ -60,7 +60,7 @@ services: redis: condition: service_healthy authentik-worker: - image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.6.3} + image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0} restart: unless-stopped command: worker environment: