chore(deps): update container image jeessy/ddns-go to v6.6.1@0b6ee74 by renovate (#22595)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | patch | `v6.6.0` -> `v6.6.1` | --- > [!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.1`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.6.1) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.6.0...v6.6.1) #### Changelog - [`d420991`](https://togithub.com/jeessy2/ddns-go/commit/d420991) Disable attestation-manifests causing "Platform: unknown/unknown" ([#​1127](https://togithub.com/jeessy2/ddns-go/issues/1127)) - [`ca3027b`](https://togithub.com/jeessy2/ddns-go/commit/ca3027b) feat: add support for rename config ([#​1132](https://togithub.com/jeessy2/ddns-go/issues/1132)) - [`985a338`](https://togithub.com/jeessy2/ddns-go/commit/985a338) fix: web godaddy url error ([#​1125](https://togithub.com/jeessy2/ddns-go/issues/1125)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODEuNyIsInVwZGF0ZWRJblZlciI6IjM3LjM4MS43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
21fa373cb8
commit
d6f3363e96
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 6.6.0
|
appVersion: 6.6.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 23.0.10
|
version: 23.0.10
|
||||||
|
@ -34,4 +34,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go
|
- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go
|
||||||
- https://hub.docker.com/r/jeessy/ddns-go
|
- https://hub.docker.com/r/jeessy/ddns-go
|
||||||
type: application
|
type: application
|
||||||
version: 11.1.4
|
version: 11.1.5
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: jeessy/ddns-go
|
repository: jeessy/ddns-go
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v6.6.0@sha256:61154e6a29219871153c25833a0d98275ac1e262071afa5efb02e59ef2c26ee0
|
tag: v6.6.1@sha256:0b6ee7440f9fc06d9017b4dbd336f7f4cb39e47b76368ac0802fcb36312cb9cc
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
Loading…
Reference in New Issue