Skip to content

Commit

Permalink
fix(container): update ghcr.io/buroa/qbtools ( v0.17.2 → v0.17.6 ) (#…
Browse files Browse the repository at this point in the history
…8169)

Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com>
Co-authored-by: Devin Buhl <[email protected]>
  • Loading branch information
bot-ross[bot] and onedr0p authored Oct 2, 2024
1 parent 23baaa4 commit 76f706f
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions kubernetes/main/apps/default/qbittorrent/tools/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,18 @@ spec:
tagging: &container
image:
repository: ghcr.io/buroa/qbtools
tag: v0.17.2@sha256:da8f233a7e3fcdb0aeef5973c4234f9b67161a670e36570837e49b25f3a6ef44
tag: v0.17.6@sha256:a248dc3e1d885838532830e15743846b73554b8af7e01fd728758f191458c10f
env:
QBITTORRENT_HOST: qbittorrent.default.svc.cluster.local
QBITTORRENT_PORT: 80
TZ: *timeZone
POD_NAMESPACE:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
args: [
"tagging",
"--added-on",
"--expired",
"--last-activity",
"--sites",
"--unregistered",
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
"--port", "80",
"--config", "/config/config.yaml"
"--unregistered"
]
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -74,10 +69,8 @@ spec:
"--exclude-category", "manual",
"--exclude-category", "music",
"--exclude-tag", "added:24h",
"--include-tag", "unregistered",
"--include-tag", "unregistered"
# "--dry-run",
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
"--port", "80"
]
expired:
<<: *container
Expand All @@ -86,10 +79,8 @@ spec:
"--exclude-category", "manual",
"--exclude-category", "music",
"--exclude-tag", "added:24h",
"--include-tag", "expired", # defined in config.yaml
"--include-tag", "expired"
# "--dry-run",
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
"--port", "80"
]
pod:
restartPolicy: OnFailure
Expand All @@ -104,10 +95,8 @@ spec:
args: [
"orphaned",
"--exclude-pattern", "*_unpackerred*",
"--exclude-pattern", "*/manual/*",
"--exclude-pattern", "*/manual/*"
# "--dry-run",
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
"--port", "80"
]
pod:
restartPolicy: OnFailure
Expand All @@ -117,9 +106,7 @@ spec:
<<: *container
args: [
"reannounce",
"--process-seeding",
"--server", "qbittorrent.$(POD_NAMESPACE).svc.cluster.local",
"--port", "80"
"--process-seeding"
]
defaultPodOptions:
securityContext:
Expand Down

0 comments on commit 76f706f

Please sign in to comment.