Skip to content

Commit

Permalink
authentik: Bump to 2024.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Sep 30, 2024
1 parent 5b4aaa6 commit b6b74f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/authentik/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

################################
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b6b74f3

Please sign in to comment.