chore(deps): update container image jeessy/ddns-go to v6.6.3@1618f5d by renovate (#23432)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | patch | `v6.6.2` -> `v6.6.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jeessy2/ddns-go (jeessy/ddns-go)</summary> ### [`v6.6.3`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.6.3) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.6.2...v6.6.3) #### Changelog - [`095b850`](https://togithub.com/jeessy2/ddns-go/commit/095b850) fix(cloudflare): convert DNS record names to Punycode ([#​1160](https://togithub.com/jeessy2/ddns-go/issues/1160)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQwOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
edca9e1e52
commit
d2a7704718
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 6.6.2
|
||||
appVersion: 6.6.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.0.6
|
||||
|
@ -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.0.3
|
||||
version: 12.0.4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: jeessy/ddns-go
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v6.6.2@sha256:571cfe4dc39cbf397096809f3ebbdf2515b4a8b65efa602b240bc3868fa2f1a0
|
||||
tag: v6.6.3@sha256:1618f5d8096faabf85818733e8041a6d3fed95bdf9505c7d565ca70e91727eae
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
|
Loading…
Reference in New Issue