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