k8s-gitops icon indicating copy to clipboard operation
k8s-gitops copied to clipboard

feat(container): update image ghcr.io/home-operations/qbittorrent (5.0.4 β†’ 5.1.0)

Open bot-blake[bot] opened this issue 11 months ago β€’ 2 comments

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/qbittorrent (source) minor 5.0.4 -> 5.1.0

Release Notes

qbittorrent/qBittorrent (ghcr.io/home-operations/qbittorrent)

v5.1.0

Compare Source


Configuration

πŸ“… Schedule: 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 Renovate Bot.

bot-blake[bot] avatar May 01 '25 12:05 bot-blake[bot]

--- kubernetes/apps/media/qbittorrent/app Kustomization: media/qbittorrent HelmRelease: media/qbittorrent

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

@@ -30,13 +30,13 @@

             env:
               QBT_TORRENTING_PORT: 50413
               QBT_WEBUI_PORT: 8080
               TZ: America/Chicago
             image:
               repository: ghcr.io/home-operations/qbittorrent
-              tag: 5.0.4@sha256:25ec4934fd35d5cbfc97a9829806b002253565320b39cec2925d9fa0c70dca9e
+              tag: 5.1.0@sha256:1cd84c74d3c7ccb7d2edb43fec4cdd2306f6ca30b7e85efd762fa476e1470fba
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

bot-blake[bot] avatar May 01 '25 12:05 bot-blake[bot]

--- HelmRelease: media/qbittorrent Deployment: media/qbittorrent

+++ HelmRelease: media/qbittorrent Deployment: media/qbittorrent

@@ -46,13 +46,13 @@

         - name: QBT_TORRENTING_PORT
           value: '50413'
         - name: QBT_WEBUI_PORT
           value: '8080'
         - name: TZ
           value: America/Chicago
-        image: ghcr.io/home-operations/qbittorrent:5.0.4@sha256:25ec4934fd35d5cbfc97a9829806b002253565320b39cec2925d9fa0c70dca9e
+        image: ghcr.io/home-operations/qbittorrent:5.1.0@sha256:1cd84c74d3c7ccb7d2edb43fec4cdd2306f6ca30b7e85efd762fa476e1470fba
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /api/v2/app/version
             port: 8080
           initialDelaySeconds: 0

bot-blake[bot] avatar May 01 '25 12:05 bot-blake[bot]