From 941cab1770743ca177c2119a1fa5334c393885e7 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 5 Jul 2026 09:59:26 -0400 Subject: [PATCH] fix: update authentik proxy image version to 2026.5.3 for prowlarr, radarr, sabnzbd, and sonarr outposts --- nodes/heimdall/prowlarr/compose.yaml | 2 +- nodes/heimdall/radarr/compose.yaml | 2 +- nodes/heimdall/sabnzbd/compose.yaml | 2 +- nodes/heimdall/sonarr/compose.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nodes/heimdall/prowlarr/compose.yaml b/nodes/heimdall/prowlarr/compose.yaml index e51b396..9b26be9 100644 --- a/nodes/heimdall/prowlarr/compose.yaml +++ b/nodes/heimdall/prowlarr/compose.yaml @@ -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 diff --git a/nodes/heimdall/radarr/compose.yaml b/nodes/heimdall/radarr/compose.yaml index 9a4c941..f41e8c9 100644 --- a/nodes/heimdall/radarr/compose.yaml +++ b/nodes/heimdall/radarr/compose.yaml @@ -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 diff --git a/nodes/heimdall/sabnzbd/compose.yaml b/nodes/heimdall/sabnzbd/compose.yaml index 16f8841..76c001d 100644 --- a/nodes/heimdall/sabnzbd/compose.yaml +++ b/nodes/heimdall/sabnzbd/compose.yaml @@ -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 diff --git a/nodes/heimdall/sonarr/compose.yaml b/nodes/heimdall/sonarr/compose.yaml index 69a9447..d9507d8 100644 --- a/nodes/heimdall/sonarr/compose.yaml +++ b/nodes/heimdall/sonarr/compose.yaml @@ -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