fix: update authentik proxy image version to 2026.5.3 for prowlarr, radarr, sabnzbd, and sonarr outposts
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 17s

This commit is contained in:
Nathan 2026-07-05 09:59:26 -04:00
parent ee31cd5d06
commit 941cab1770
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -36,7 +36,7 @@ services:
# - "traefik.http.services.sonarr.loadbalancer.server.port=8989"
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.
networks:
- proxy-net