From aa3ef41304e7c624b2777e49e8847bab8553cc8c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 26 May 2026 06:00:46 +0000 Subject: [PATCH] chore(k8s/media): update lscr.io/linuxserver/qbittorrent docker tag to v5.2.1 --- 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 ced24ae..8ff1187 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.0 + image: lscr.io/linuxserver/qbittorrent:5.2.1 envFrom: - configMapRef: name: media-common-env