From 0f2ff3fa524c08b5ffdb8f8bee0d57f3fa0c3bed Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 6 Jun 2026 14:16:24 +0200 Subject: [PATCH] servarr + plex: bump image tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - sonarr version-4.0.16.2944 -> version-4.0.17.2952 (patch within 4.0.x) - radarrĂ—2 version-6.0.4.10291 -> version-6.1.1.10360 (minor within 6.x) - prowlarr version-2.3.0.5236 -> version-2.3.5.5327 (patch within 2.3.x) - plex 1.43.0.10467-... -> 1.43.2.10687-... (patch within 1.43.x) All four were stuck because of tag-format issues that I addressed in PR #82 (servarr customManager) / PR #83. Renovate isn't auto-creating the PRs yet (DH rate-limit), so doing them manually so version-checker clears. Co-Authored-By: Claude Opus 4.7 (1M context) --- helm/plex/values.yaml | 2 +- servarr-system/servarr.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/plex/values.yaml b/helm/plex/values.yaml index 16bdd14..0d4e3f6 100755 --- a/helm/plex/values.yaml +++ b/helm/plex/values.yaml @@ -4,7 +4,7 @@ image: registry: index.docker.io repository: plexinc/pms-docker # renovate: datasource=custom.plex depName=plex versioning=loose - tag: "1.43.0.10467-2b1ba6e69" + tag: "1.43.2.10687-563d026ea" sha: "" pullPolicy: IfNotPresent diff --git a/servarr-system/servarr.yaml b/servarr-system/servarr.yaml index b9fe6f3..dc67dab 100644 --- a/servarr-system/servarr.yaml +++ b/servarr-system/servarr.yaml @@ -30,7 +30,7 @@ spec: spec: containers: - name: prowlarr - image: linuxserver/prowlarr:version-2.3.0.5236 + image: linuxserver/prowlarr:version-2.3.5.5327 imagePullPolicy: IfNotPresent env: - name: PUID @@ -91,7 +91,7 @@ spec: spec: containers: - name: radarr - image: linuxserver/radarr:version-6.0.4.10291 + image: linuxserver/radarr:version-6.1.1.10360 imagePullPolicy: IfNotPresent env: - name: PUID @@ -164,7 +164,7 @@ spec: spec: containers: - name: sonarr - image: linuxserver/sonarr:version-4.0.16.2944 + image: linuxserver/sonarr:version-4.0.17.2952 imagePullPolicy: IfNotPresent env: - name: PUID @@ -705,7 +705,7 @@ spec: spec: containers: - name: radarr - image: linuxserver/radarr:version-6.0.4.10291 + image: linuxserver/radarr:version-6.1.1.10360 imagePullPolicy: IfNotPresent env: - name: PUID -- 2.52.0