From b6b74f35d954fc2a81992a56ec03e1f5a38dcb29 Mon Sep 17 00:00:00 2001 From: saltydk Date: Mon, 30 Sep 2024 10:46:24 +0200 Subject: [PATCH] authentik: Bump to 2024.8.3 --- roles/authentik/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/authentik/defaults/main.yml b/roles/authentik/defaults/main.yml index de492386e0..789b03e2cd 100644 --- a/roles/authentik/defaults/main.yml +++ b/roles/authentik/defaults/main.yml @@ -32,7 +32,7 @@ authentik_email_from: "authentik@localhost" authentik_postgres_name: "{{ authentik_name }}-postgres" authentik_postgres_docker_env_db: "authentik" -authentik_postgres_docker_image_tag: "12-alpine" +authentik_postgres_docker_image_tag: "16-alpine" authentik_postgres_docker_image_repo: "postgres" ################################ @@ -94,7 +94,7 @@ authentik_docker_container: "{{ authentik_name }}" # Image authentik_docker_image_pull: true -authentik_docker_image_tag: "2024.4.3" +authentik_docker_image_tag: "2024.8.3" authentik_docker_image: "ghcr.io/goauthentik/server:{{ authentik_docker_image_tag }}" # Ports