Skip to content

fix(container): update image ghcr.io/home-operations/radarr (6.4.0.10540 ➔ 6.4.1.10545) - #7146

Merged
drag0n141 merged 1 commit into
masterfrom
renovate/ghcr.io-home-operations-radarr-6.x
Aug 5, 2026
Merged

fix(container): update image ghcr.io/home-operations/radarr (6.4.0.10540 ➔ 6.4.1.10545)#7146
drag0n141 merged 1 commit into
masterfrom
renovate/ghcr.io-home-operations-radarr-6.x

Conversation

@drag0n141-bot

@drag0n141-bot drag0n141-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/radarr (source) patch 6.4.0.105406.4.1.10545

Release Notes

Radarr/Radarr (ghcr.io/home-operations/radarr)

v6.4.1.10545: 6.4.1.10545

Compare Source

To receive further Pre-Release updates for a non-docker installation, please change the branch to develop. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)

If you are using docker you will need to update the container image. Do not attempt to update Radarr within an existing docker container.

Changes:

This list of changes was auto generated.


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@drag0n141-bot drag0n141-bot Bot added renovate/container type/patch area/kubernetes Changes made in the kubernetes directory labels Aug 4, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ghcr.io/home-operations/radarr: 6.4.0.10540 → 6.4.1.10545

Verdict: Safe to merge

Patch release of Radarr (inner app version bump matches the wrapper tag, home-operations/radarr is a thin packaging image). Per the upstream compare between these two tags, the only changes are:

  • New: RQBit download client support (purely additive, opt-in)
  • Version bump commit (6.4.0 → 6.4.1)

No removals, renames, or config-breaking changes. This repo's helmrelease.yaml for both app and app-4k only sets env vars (RADARR__APP__*, RADARR__AUTH__*, RADARR__LOG__*, RADARR__SERVER__PORT) and does not touch download-client configuration (managed via the app's Postgres-backed DB), so the new RQBit client addition has no effect on existing config. Image digest for the new tag is present in both files.

Sources consulted:

@drag0n141-bot

drag0n141-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author
--- kubernetes/apps/media/radarr/app-4k Kustomization: media/radarr4k HelmRelease: media/radarr4k

+++ kubernetes/apps/media/radarr/app-4k Kustomization: media/radarr4k HelmRelease: media/radarr4k

@@ -43,13 +43,13 @@

               TZ: Europe/Berlin
             envFrom:
             - secretRef:
                 name: radarr4k-secret
             image:
               repository: ghcr.io/home-operations/radarr
-              tag: 6.4.0.10540@sha256:d380d69c729b4116d224ebb0b4909ff22395fc7b78e8a1976c43ae09430ffc5a
+              tag: 6.4.1.10545@sha256:260469d707617f4b5be1cd11a40be7e4889c63c5e7cdbc6a429626dc05863b6b
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- kubernetes/apps/media/radarr/app Kustomization: media/radarr HelmRelease: media/radarr

+++ kubernetes/apps/media/radarr/app Kustomization: media/radarr HelmRelease: media/radarr

@@ -43,13 +43,13 @@

               TZ: Europe/Berlin
             envFrom:
             - secretRef:
                 name: radarr-secret
             image:
               repository: ghcr.io/home-operations/radarr
-              tag: 6.4.0.10540@sha256:d380d69c729b4116d224ebb0b4909ff22395fc7b78e8a1976c43ae09430ffc5a
+              tag: 6.4.1.10545@sha256:260469d707617f4b5be1cd11a40be7e4889c63c5e7cdbc6a429626dc05863b6b
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@drag0n141-bot

drag0n141-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author
--- HelmRelease: media/radarr Deployment: media/radarr

+++ HelmRelease: media/radarr Deployment: media/radarr

@@ -72,13 +72,13 @@

           value: '7878'
         - name: TZ
           value: Europe/Berlin
         envFrom:
         - secretRef:
             name: radarr-secret
-        image: ghcr.io/home-operations/radarr:6.4.0.10540@sha256:d380d69c729b4116d224ebb0b4909ff22395fc7b78e8a1976c43ae09430ffc5a
+        image: ghcr.io/home-operations/radarr:6.4.1.10545@sha256:260469d707617f4b5be1cd11a40be7e4889c63c5e7cdbc6a429626dc05863b6b
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 7878
           initialDelaySeconds: 0
--- HelmRelease: media/radarr4k Deployment: media/radarr4k

+++ HelmRelease: media/radarr4k Deployment: media/radarr4k

@@ -72,13 +72,13 @@

           value: '7878'
         - name: TZ
           value: Europe/Berlin
         envFrom:
         - secretRef:
             name: radarr4k-secret
-        image: ghcr.io/home-operations/radarr:6.4.0.10540@sha256:d380d69c729b4116d224ebb0b4909ff22395fc7b78e8a1976c43ae09430ffc5a
+        image: ghcr.io/home-operations/radarr:6.4.1.10545@sha256:260469d707617f4b5be1cd11a40be7e4889c63c5e7cdbc6a429626dc05863b6b
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /ping
             port: 7878
           initialDelaySeconds: 0

@drag0n141
drag0n141 merged commit d0be9a1 into master Aug 5, 2026
11 checks passed
@drag0n141
drag0n141 deleted the renovate/ghcr.io-home-operations-radarr-6.x branch August 5, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/kubernetes Changes made in the kubernetes directory renovate/container type/patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant