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

fix(container): update ghcr.io/buroa/qbtools ( v0.19.1 → v0.19.2 ) #8210

Merged
merged 2 commits into from
Oct 9, 2024
Merged
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 @@ -39,11 +39,12 @@ spec:
tagging: &container
image:
repository: ghcr.io/buroa/qbtools
tag: v0.19.1@sha256:0450ec43f0410f2109e4adde0db6d0b6698a2d1e55a40165097057da67a3a833
tag: v0.19.2@sha256:27b43f341090f8e95d33a0d43c9c3326cb42473de94bfe6f3d4c934f0ee355f8
env:
QBITTORRENT_HOST: qbittorrent.default.svc.cluster.local
QBITTORRENT_PORT: 80
SABNZBD_HOST: http://sabnzbd.default.svc.cluster.local
SABNZBD_HOST: sabnzbd.default.svc.cluster.local
SABNZBD_PORT: 80
TZ: *timeZone
envFrom:
- secretRef:
Expand Down