From 724568e08f0dea56eaaf5e5b730d0be75e6dc930 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Thu, 7 May 2026 09:49:11 +0200 Subject: [PATCH] build: pin qbittorrent to 5.1.4 (linuxserver has no libtorrent2 5.2.0) --- helm-values/qbittorrent_values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-values/qbittorrent_values.yaml b/helm-values/qbittorrent_values.yaml index c8f2589..c1086c6 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.2.0" + tag: "5.1.4" pullPolicy: Always env: - name: PUID