chore(helm): update image docker.io/jeessy/ddns-go v6.7.2 → v6.7.3 (#28312)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jeessy/ddns-go](https://redirect.github.com/jeessy2/ddns-go) | patch | `945849a` -> `7a735a6` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jeessy2/ddns-go (docker.io/jeessy/ddns-go)</summary> ### [`v6.7.3`](https://redirect.github.com/jeessy2/ddns-go/releases/tag/v6.7.3) [Compare Source](https://redirect.github.com/jeessy2/ddns-go/compare/v6.7.2...v6.7.3) #### Changelog - [`92354d6`](https://redirect.github.com/jeessy2/ddns-go/commit/92354d6847e3c919c6182ae5d479f3fb614252a9) fix: password reset issue and handle missing config file ([#​1290](https://redirect.github.com/jeessy2/ddns-go/issues/1290)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 6.7.2
|
||||
appVersion: 6.7.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.0
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go
|
||||
- https://hub.docker.com/r/jeessy/ddns-go
|
||||
type: application
|
||||
version: 12.3.2
|
||||
version: 12.3.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/jeessy/ddns-go
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v6.7.2@sha256:945849aa7ae0f9c63274812d4a90f935657e5b395e9b919a00d010980d8e19f6
|
||||
tag: v6.7.3@sha256:7a735a6610017d97081731d02fdde53cddac8c67214a3bfe341e4c2ec15eb3e7
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user