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

Update ghcr.io/geek-cookbook/notifiarr Docker tag to v0.7.0 #195

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/other/myprecious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2417
version: 1.0.2418-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/other/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5418,7 +5418,7 @@ notifiarr:
hostname: elfhosted
image:
repository: ghcr.io/geek-cookbook/notifiarr
tag: 0.6.1@sha256:bcc6e175440f95fc42076fb262c85f5fe5467f974cdc1c224c6fa609ba9de6cd
tag: 0.7.0@sha256:294aa7ac7645374300dde2430a6a17f1e5c038bfc0d802ec7861778f6fed7d8d
priorityClassName: tenant-low
securityContext:
seccompProfile:
Expand Down Expand Up @@ -5474,7 +5474,7 @@ notifiarr:
initContainers:
bootstrap: *bootstrap
copy-example-config:
image: ghcr.io/geek-cookbook/notifiarr:0.6.1@sha256:bcc6e175440f95fc42076fb262c85f5fe5467f974cdc1c224c6fa609ba9de6cd
image: ghcr.io/geek-cookbook/notifiarr:0.7.0@sha256:294aa7ac7645374300dde2430a6a17f1e5c038bfc0d802ec7861778f6fed7d8d
imagePullPolicy: IfNotPresent
command:
- /bin/bash
Expand Down
Loading