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/onedr0p/sabnzbd to v4.2.1 #4969

Merged
merged 1 commit into from
Jan 16, 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 @@ -50,7 +50,7 @@
main:
image:
repository: ghcr.io/onedr0p/sabnzbd
tag: 4.1.0@sha256:1c1650511f96108e81d677abe8a2e491507caa023fdc5c2bfc99df087634c9f3
tag: 4.2.1@sha256:c9f2577a9483ed1a53295ed6315f4ebfcf9e99507c1095f49b5bc2f0cf080179

env:
TZ: ${TIMEZONE}
Expand All @@ -74,7 +74,7 @@
memory: 2G
limits:
memory: 2G

Check failure on line 77 in clusters/lovenet/apps/downloads/sabnzbd/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / Lint

77:1 [trailing-spaces] trailing spaces
securityContext:
privileged: true
capabilities:
Expand Down
Loading