From 770125e7c8e2617a7460bdf085354c7bb9b5901b Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Thu, 7 May 2026 09:46:18 +0200 Subject: [PATCH] build: update qbittorrent to 5.2.0 and unstick prowlarr prowlarr was pinned to a stale digest (v2.0.5.5160) via .argocd-source-prowlarr.yaml; remove the file so the live app's helm.parameters (which already has the current :latest digest = v2.3.5.5327) takes effect. qbittorrent: bump 5.1.0 -> 5.2.0. --- custom_helm_charts/prowlarr/.argocd-source-prowlarr.yaml | 8 -------- helm-values/qbittorrent_values.yaml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 custom_helm_charts/prowlarr/.argocd-source-prowlarr.yaml diff --git a/custom_helm_charts/prowlarr/.argocd-source-prowlarr.yaml b/custom_helm_charts/prowlarr/.argocd-source-prowlarr.yaml deleted file mode 100644 index 054a821..0000000 --- a/custom_helm_charts/prowlarr/.argocd-source-prowlarr.yaml +++ /dev/null @@ -1,8 +0,0 @@ -helm: - parameters: - - name: image.repository - value: lscr.io/linuxserver/prowlarr - forcestring: true - - name: image.tag - value: latest@sha256:4f2a6d597845b2f3e19284b1d982b3e0b4bd7c22472c2979c956aa198b83f472 - forcestring: true diff --git a/helm-values/qbittorrent_values.yaml b/helm-values/qbittorrent_values.yaml index 8235851..c8f2589 100644 --- a/helm-values/qbittorrent_values.yaml +++ b/helm-values/qbittorrent_values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 qbittorrent: image: repository: lscr.io/linuxserver/qbittorrent - tag: "5.1.0" + tag: "5.2.0" pullPolicy: Always env: - name: PUID