From 24248d4186b6e853fe5928903edd193fee03067b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Jun 2026 12:01:03 +0000 Subject: [PATCH] chore(k8s/media): update lscr.io/linuxserver/qbittorrent docker tag to v5.2.2 --- kubernetes/app/media/deployment-qbittorrent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/app/media/deployment-qbittorrent.yaml b/kubernetes/app/media/deployment-qbittorrent.yaml index 8ff1187..2bb8958 100644 --- a/kubernetes/app/media/deployment-qbittorrent.yaml +++ b/kubernetes/app/media/deployment-qbittorrent.yaml @@ -29,7 +29,7 @@ spec: mountPath: /media containers: - name: qbittorrent - image: lscr.io/linuxserver/qbittorrent:5.2.1 + image: lscr.io/linuxserver/qbittorrent:5.2.2 envFrom: - configMapRef: name: media-common-env