Update Authentik to version 2025.6.3 (#6100)
* template(docker): Update authentik server and worker images to version 2025.2.1
* Update authentik.yaml
Update authentik version to 2025.2.2
* update authentik server and worker images to version 2025.2.3
* Update update Authentik version to 2025.2.4
* Update Authentik Version to Release 2025.4.1
* update authentik server and worker images to version 2025.6.3
---------
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
Co-authored-by: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
This commit is contained in:
parent
40dd891f0e
commit
62f1b47bbf
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
services:
|
||||
authentik-server:
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.4.1}
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.6.3}
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
environment:
|
||||
|
|
@ -35,7 +35,7 @@ services:
|
|||
redis:
|
||||
condition: service_healthy
|
||||
authentik-worker:
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.4.1}
|
||||
image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.6.3}
|
||||
restart: unless-stopped
|
||||
command: worker
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue