Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image ghcr.io/buroa/qbittools to v0.10.0 #1195

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
schedule: "@hourly"
initContainers:
01-tag:
image: ghcr.io/buroa/qbittools:v0.9.5
image: ghcr.io/buroa/qbittools:v0.10.0
imagePullPolicy: IfNotPresent
args:
- tagging
Expand All @@ -46,7 +46,7 @@ spec:
- --port
- "8080"
02-unregistered:
image: ghcr.io/buroa/qbittools:v0.9.5
image: ghcr.io/buroa/qbittools:v0.10.0
imagePullPolicy: IfNotPresent
args:
- prune
Expand All @@ -60,7 +60,7 @@ spec:
- "8080"
image:
repository: ghcr.io/buroa/qbittools
tag: v0.9.5
tag: v0.10.0
args:
- prune
- --exclude-category
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
schedule: "@daily"
image:
repository: ghcr.io/buroa/qbittools
tag: v0.9.5
tag: v0.10.0
args:
- orphaned
- --exclude-pattern
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
values:
image:
repository: ghcr.io/buroa/qbittools
tag: v0.9.5
tag: v0.10.0
args:
- reannounce
- --process-seeding
Expand Down