Update authentik
This commit is contained in:
parent
4cf0d4f0e1
commit
c6c47cb2b5
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
authentik_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
port: 9000
|
||||
image_tag: 2024.8
|
||||
image_tag: 2025.2
|
||||
db:
|
||||
host: "{{ postgres.host }}"
|
||||
user: "{{ opentofu.postgresql_data.authentik.user }}"
|
||||
|
@ -31,7 +31,7 @@ authentik_env:
|
|||
AUTHENTIK_POSTGRESQL__PASSWORD: "{{ svc.db.pass }}"
|
||||
|
||||
authentik_compose:
|
||||
watchtower: false
|
||||
watchtower: update
|
||||
image: ghcr.io/goauthentik/server:{{ svc.image_tag }}
|
||||
file:
|
||||
services:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue