From 4e02266285749d5fe96afeebc40e5afb52132fc6 Mon Sep 17 00:00:00 2001 From: Shane Moo Date: Sun, 15 Sep 2024 12:27:36 -0400 Subject: [PATCH] Adjust tagging behavior in QBT --- .../apps/media/qbittorrent/tools/qbtools/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/homelab/apps/media/qbittorrent/tools/qbtools/helm-release.yaml b/kubernetes/homelab/apps/media/qbittorrent/tools/qbtools/helm-release.yaml index 9c35aea4..fec88176 100644 --- a/kubernetes/homelab/apps/media/qbittorrent/tools/qbtools/helm-release.yaml +++ b/kubernetes/homelab/apps/media/qbittorrent/tools/qbtools/helm-release.yaml @@ -77,9 +77,9 @@ spec: args: - prune # Don't prune torrents that are manually marked to be kept - - --exclude-category=manual + - --exclude-tag=manual # Don't prune torrents that I upload - - --exclude-category=upload + - --exclude-tag=upload - --exclude-tag=activity:24h - --exclude-tag=activity:7d - --exclude-tag=activity:30d