From 783680c5fe012c2b93e50c055e1b3a12ffbf87e9 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 14 Apr 2026 20:48:37 -0400 Subject: [PATCH] fix(heimdall): update service images for prowlarr, qbittorrent, radarr, sabnzbd, sonarr, tautulli, and wizarr to latest versions --- nodes/heimdall/prowlarr/compose.yaml | 2 +- nodes/heimdall/qbittorrent/compose.yaml | 4 ++-- nodes/heimdall/radarr/compose.yaml | 2 +- nodes/heimdall/sabnzbd/compose.yaml | 2 +- nodes/heimdall/sonarr/compose.yaml | 2 +- nodes/heimdall/tautulli/compose.yaml | 2 +- nodes/heimdall/wizarr/compose.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/nodes/heimdall/prowlarr/compose.yaml b/nodes/heimdall/prowlarr/compose.yaml index 46accc1..ca04c11 100644 --- a/nodes/heimdall/prowlarr/compose.yaml +++ b/nodes/heimdall/prowlarr/compose.yaml @@ -11,7 +11,7 @@ networks: ############################################################### services: prowlarr: - image: lscr.io/linuxserver/prowlarr:2.0.5 + image: lscr.io/linuxserver/prowlarr:2.3.5.5327-ls141 container_name: prowlarr mem_limit: 2048m environment: diff --git a/nodes/heimdall/qbittorrent/compose.yaml b/nodes/heimdall/qbittorrent/compose.yaml index adf1c13..bf3c750 100644 --- a/nodes/heimdall/qbittorrent/compose.yaml +++ b/nodes/heimdall/qbittorrent/compose.yaml @@ -12,7 +12,7 @@ networks: services: ###### ----- VPN Client ----- ###### gluetun: - image: qmcgaw/gluetun:v3 + image: qmcgaw/gluetun:v3.41.1 container_name: gluetun mem_limit: 2048m cap_add: @@ -36,7 +36,7 @@ services: #### ----- Torrent Client (Routed via VPN) ----- ###### qbittorrent: - image: lscr.io/linuxserver/qbittorrent:5.1.2 + image: lscr.io/linuxserver/qbittorrent:5.1.4-r3-ls450 container_name: qbittorrent network_mode: "service:gluetun" environment: diff --git a/nodes/heimdall/radarr/compose.yaml b/nodes/heimdall/radarr/compose.yaml index 986a837..2e37ee0 100644 --- a/nodes/heimdall/radarr/compose.yaml +++ b/nodes/heimdall/radarr/compose.yaml @@ -11,7 +11,7 @@ networks: ############################################################### services: radarr: - image: lscr.io/linuxserver/radarr:5.26.2 + image: lscr.io/linuxserver/radarr:6.1.1.10360-ls299 container_name: radarr mem_limit: 2048m ports: diff --git a/nodes/heimdall/sabnzbd/compose.yaml b/nodes/heimdall/sabnzbd/compose.yaml index 5ab2bfa..95d807a 100644 --- a/nodes/heimdall/sabnzbd/compose.yaml +++ b/nodes/heimdall/sabnzbd/compose.yaml @@ -11,7 +11,7 @@ networks: ############################################################### services: sabnzbd: - image: lscr.io/linuxserver/sabnzbd:4.5.2 + image: lscr.io/linuxserver/sabnzbd:4.5.5-ls248 container_name: sabnzbd mem_limit: 2048m environment: diff --git a/nodes/heimdall/sonarr/compose.yaml b/nodes/heimdall/sonarr/compose.yaml index c0f3e10..e6774d0 100644 --- a/nodes/heimdall/sonarr/compose.yaml +++ b/nodes/heimdall/sonarr/compose.yaml @@ -11,7 +11,7 @@ networks: ############################################################### services: sonarr: - image: lscr.io/linuxserver/sonarr:4.0.15 + image: lscr.io/linuxserver/sonarr:4.0.17.2952-ls307 container_name: sonarr mem_limit: 5120m ports: diff --git a/nodes/heimdall/tautulli/compose.yaml b/nodes/heimdall/tautulli/compose.yaml index de47384..d658378 100644 --- a/nodes/heimdall/tautulli/compose.yaml +++ b/nodes/heimdall/tautulli/compose.yaml @@ -11,7 +11,7 @@ networks: ############################################################### services: tautulli: - image: lscr.io/linuxserver/tautulli:v2.15.1-ls183 + image: lscr.io/linuxserver/tautulli:2.17.0-ls224 container_name: tautulli mem_limit: 2048m environment: diff --git a/nodes/heimdall/wizarr/compose.yaml b/nodes/heimdall/wizarr/compose.yaml index f4e2ceb..c4359ba 100644 --- a/nodes/heimdall/wizarr/compose.yaml +++ b/nodes/heimdall/wizarr/compose.yaml @@ -13,7 +13,7 @@ services: wizarr: container_name: wizarr mem_limit: 2048m - image: ghcr.io/wizarrrr/wizarr:4.2.0 + image: ghcr.io/wizarrrr/wizarr:v2026.4.0 # ports: # - 5690:5690 volumes: