onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux
https://onedr0p.github.io/home-ops/
Do What The F*ck You Want To Public License
1.98k stars 179 forks source link

fix(container): update ghcr.io/onedr0p/qbittorrent ( 4.6.5 → 4.6.6 ) - autoclosed #8012

Closed bot-ross[bot] closed 1 month ago

bot-ross[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/qbittorrent (source) patch 4.6.5 -> 4.6.6

Release Notes

qbittorrent/qBittorrent (ghcr.io/onedr0p/qbittorrent) ### [`v4.6.6`](https://togithub.com/qbittorrent/qBittorrent/compare/release-4.6.5...release-4.6.6) [Compare Source](https://togithub.com/qbittorrent/qBittorrent/compare/release-4.6.5...release-4.6.6)

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 this update again.



This PR has been generated by Renovate Bot.

bot-ross[bot] commented 1 month ago
--- kubernetes/main/apps/default/qbittorrent/app Kustomization: flux-system/qbittorrent HelmRelease: default/qbittorrent

+++ kubernetes/main/apps/default/qbittorrent/app Kustomization: flux-system/qbittorrent HelmRelease: default/qbittorrent

@@ -45,13 +45,13 @@

               QBT_Preferences__WebUI__AuthSubnetWhitelist: 10.42.0.0/16, 192.168.42.0/24
               QBT_Preferences__WebUI__AuthSubnetWhitelistEnabled: true
               QBT_Preferences__WebUI__LocalHostAuth: false
               TZ: America/New_York
             image:
               repository: ghcr.io/onedr0p/qbittorrent
-              tag: 4.6.5@sha256:60bbc09640953f5c218b9a217b905f5f5b2f9b31cca9b6fdfed6409ceeb315af
+              tag: 4.6.6@sha256:e21c95568c9175f40390bacd7f778d8d2af5331d1e663e1a6860140891c65742
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 6
bot-ross[bot] commented 1 month ago
--- HelmRelease: default/qbittorrent Deployment: default/qbittorrent

+++ HelmRelease: default/qbittorrent Deployment: default/qbittorrent

@@ -59,13 +59,13 @@

         - name: QBT_Preferences__WebUI__AuthSubnetWhitelistEnabled
           value: 'true'
         - name: QBT_Preferences__WebUI__LocalHostAuth
           value: 'false'
         - name: TZ
           value: America/New_York
-        image: ghcr.io/onedr0p/qbittorrent:4.6.5@sha256:60bbc09640953f5c218b9a217b905f5f5b2f9b31cca9b6fdfed6409ceeb315af
+        image: ghcr.io/onedr0p/qbittorrent:4.6.6@sha256:e21c95568c9175f40390bacd7f778d8d2af5331d1e663e1a6860140891c65742
         livenessProbe:
           failureThreshold: 6
           httpGet:
             path: /api/v2/app/version
             port: 80
           initialDelaySeconds: 30
@@ -93,13 +93,13 @@

           readOnlyRootFilesystem: true
         startupProbe:
           failureThreshold: 30
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 50413
+            port: 80
           timeoutSeconds: 1
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /media/Downloads/qbittorrent
           name: media