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: update docker image ghcr.io/onedr0p/readarr-nightly to 0.1.1.1504 #2610

Merged
merged 1 commit into from
Nov 30, 2022
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
2 changes: 1 addition & 1 deletion cluster/apps/media/books/readarr-audio/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
values:
image:
repository: ghcr.io/onedr0p/readarr-nightly
tag: 0.1.1.1494@sha256:9b4d0bc13ad42a594d3a9150660e87635377a1dc17b2c71a8747d42fcd297f22
tag: 0.1.1.1504@sha256:fc6e3ebc7a9e28288c62d740257698f58c6cc3b66f0b0676048451092b9d65f1
env:
TZ: "${TZ}"
PGID: ${MEDIA_GID}
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/media/books/readarr/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
values:
image:
repository: ghcr.io/onedr0p/readarr-nightly
tag: 0.1.1.1494@sha256:9b4d0bc13ad42a594d3a9150660e87635377a1dc17b2c71a8747d42fcd297f22
tag: 0.1.1.1504@sha256:fc6e3ebc7a9e28288c62d740257698f58c6cc3b66f0b0676048451092b9d65f1
env:
TZ: "${TZ}"
PGID: ${MEDIA_GID}
Expand Down