chore(deps): update container image jeessy/ddns-go to v6.3.1@de458f4 by renovate (#19916)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | patch |
`v6.3.0` -> `v6.3.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.3.1`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.3.1)

[Compare
Source](https://togithub.com/jeessy2/ddns-go/compare/v6.3.0...v6.3.1)

#### Changelog

- [`8474a5a`](https://togithub.com/jeessy2/ddns-go/commit/8474a5a) fix:
when local dns error occurs try every dns
([#&#8203;1063](https://togithub.com/jeessy2/ddns-go/issues/1063))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
TrueCharts Bot
2024-03-28 13:38:10 +01:00
committed by GitHub
parent a6ff78654e
commit adfb9b5b70
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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.3.0 appVersion: 6.3.1
dependencies: dependencies:
- name: common - name: common
version: 20.2.9 version: 20.2.9
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png
keywords: keywords:
- ddns-go - ddns-go
- ddns - ddns
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@@ -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: 10.9.1 version: 10.9.2
+1 -1
View File
@@ -1,7 +1,7 @@
image: image:
repository: jeessy/ddns-go repository: jeessy/ddns-go
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v6.3.0@sha256:ec2346bf1b2030a69afe4d7b6e803f5586248db443980c6493eec03faddab960 tag: v6.3.1@sha256:de458f411062a5aea2e2010134e3f20d61c0b60fe589f93a4578bab09e1d94d0
securityContext: securityContext:
container: container:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false