Skip to content

Commit

Permalink
feat(apps/qb/tools): exclude '!perma-seed' tag from pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
qlonik committed Dec 5, 2024
1 parent 0aefa53 commit c0b1e57
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ spec:
- "sonarr"
- "--include-tag"
- "unregistered"
- "--exclude-tag"
- "\\!perma-seed"
- "--dry-run"
- "--server"
- "qbittorrent.default.svc.cluster.local"
Expand Down Expand Up @@ -127,6 +129,8 @@ spec:
- "sonarr"
- "--include-tag"
- "expired" # defined in config.yaml
- "--exclude-tag"
- "\\!perma-seed"
- "--dry-run"
- "--server"
- "qbittorrent.default.svc.cluster.local"
Expand Down

0 comments on commit c0b1e57

Please sign in to comment.