fix: update authentik proxy image version to 2026.5.3 for all outposts
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 14s

This commit is contained in:
Nathan 2026-07-05 12:16:30 -04:00
parent c6fe97fc26
commit 460a8583b3
5 changed files with 6 additions and 6 deletions

View File

@ -50,7 +50,7 @@ services:
- proxy-net - proxy-net
server: server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:2026.2.2 image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:2026.5.3
restart: unless-stopped restart: unless-stopped
mem_limit: 2048m mem_limit: 2048m
container_name: authentik_server container_name: authentik_server
@ -93,7 +93,7 @@ services:
- "traefik.http.middlewares.authentik-auth.headers.SSLProxyHeaders.X-Forwarded-Proto=https" - "traefik.http.middlewares.authentik-auth.headers.SSLProxyHeaders.X-Forwarded-Proto=https"
worker: worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:2026.2.2 image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:2026.5.3
restart: unless-stopped restart: unless-stopped
mem_limit: 2048m mem_limit: 2048m
container_name: authentik_worker container_name: authentik_worker

View File

@ -26,7 +26,7 @@ services:
networks: networks:
- proxy-net - proxy-net
prowlarr_outpost: prowlarr_outpost:
image: ghcr.io/goauthentik/proxy:2026.2.2 image: ghcr.io/goauthentik/proxy:2026.5.3
container_name: prowlarr_outpost container_name: prowlarr_outpost
networks: networks:
- proxy-net - proxy-net

View File

@ -35,7 +35,7 @@ services:
# - "traefik.http.routers.radarr.tls.certresolver=cloudflare" # - "traefik.http.routers.radarr.tls.certresolver=cloudflare"
# - "traefik.http.services.radarr.loadbalancer.server.port=7878" # - "traefik.http.services.radarr.loadbalancer.server.port=7878"
radarr_outpost: radarr_outpost:
image: ghcr.io/goauthentik/proxy:2026.2.2 image: ghcr.io/goauthentik/proxy:2026.5.3
container_name: radarr_outpost container_name: radarr_outpost
networks: networks:
- proxy-net - proxy-net

View File

@ -35,7 +35,7 @@ services:
# - "traefik.http.routers.sabnzbd.tls.certresolver=cloudflare" # - "traefik.http.routers.sabnzbd.tls.certresolver=cloudflare"
# - "traefik.http.services.sabnzbd.loadbalancer.server.port=8080" # - "traefik.http.services.sabnzbd.loadbalancer.server.port=8080"
sabnzbd_outpost: sabnzbd_outpost:
image: ghcr.io/goauthentik/proxy:2026.2.2 image: ghcr.io/goauthentik/proxy:2026.5.3
container_name: sabnzbd_outpost container_name: sabnzbd_outpost
networks: networks:
- proxy-net - proxy-net

View File

@ -36,7 +36,7 @@ services:
# - "traefik.http.services.sonarr.loadbalancer.server.port=8989" # - "traefik.http.services.sonarr.loadbalancer.server.port=8989"
sonarr_outpost: sonarr_outpost:
image: ghcr.io/goauthentik/proxy:2026.2.2 image: ghcr.io/goauthentik/proxy:2026.5.3
# Optionally specify the container's network, which must be able to reach the core authentik server. # Optionally specify the container's network, which must be able to reach the core authentik server.
networks: networks:
- proxy-net - proxy-net