From 029c505fb696de239775414aca035f1548f5f775 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 3 Sep 2025 18:13:05 -0500 Subject: [PATCH] upgrade image --- clusters/cl01tl/platform/qbittorrent/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index 8aa390a5a..9d71fa87d 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -135,7 +135,7 @@ qbittorrent: qbit-manage: image: repository: ghcr.io/stuffanthings/qbit_manage - tag: v4.5.5 + tag: v4.6.0 pullPolicy: IfNotPresent env: - name: TZ @@ -144,8 +144,8 @@ qbittorrent: value: 0 * * * * - name: QBT_STARTUP_DELAY value: 360 - - name: QBT_CONFIG - value: /app/config/config.yml + - name: QBT_CONFIG_DIR + value: /app/config/ - name: QBT_LOGFILE value: /app/var/activity.log - name: QBT_LOG_LEVEL