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(app): update ghcr.io/elfhosted/sonarr-develop docker tag to v4.0.11.2800 #3068

Merged
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 charts/myprecious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.219.3-pre-04
version: 1.219.4-pre-01

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3850,7 +3850,7 @@ sonarr: &app_sonarr
image:
registry: ghcr.io
repository: elfhosted/sonarr-develop
tag: 4.0.11.2793@sha256:c9cb5159fe4092caa45cc0c00dc5a226c8a2850e9e7ed03e10d4057e25465168
tag: 4.0.11.2800@sha256:aaac842351b0a556f995499c32e731ec637696046f65b18c7f8b77b8f009a1e1
securityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -3960,7 +3960,7 @@ sonarr4k: &app_sonarr4k
image:
registry: ghcr.io
repository: elfhosted/sonarr-develop
tag: 4.0.11.2793@sha256:c9cb5159fe4092caa45cc0c00dc5a226c8a2850e9e7ed03e10d4057e25465168
tag: 4.0.11.2800@sha256:aaac842351b0a556f995499c32e731ec637696046f65b18c7f8b77b8f009a1e1
securityContext:
seccompProfile:
type: RuntimeDefault
Expand Down
Loading