chore(deps): update container image jeessy/ddns-go to v6.3.0@ec2346b by renovate (#19821)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | minor |
`v6.2.2` -> `v6.3.0` |

---

> [!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.0`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.3.0)

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

#### Changelog

- [`77caa37`](https://togithub.com/jeessy2/ddns-go/commit/77caa37) Add
support for Dynadot.
([#&#8203;1050](https://togithub.com/jeessy2/ddns-go/issues/1050))
- [`ead4e1d`](https://togithub.com/jeessy2/ddns-go/commit/ead4e1d)
chore: remove unused params and unnecessary nil checks
([#&#8203;1052](https://togithub.com/jeessy2/ddns-go/issues/1052))
- [`997c05e`](https://togithub.com/jeessy2/ddns-go/commit/997c05e)
feat(dns): support vercel dns
([#&#8203;1049](https://togithub.com/jeessy2/ddns-go/issues/1049))
- [`e0fd348`](https://togithub.com/jeessy2/ddns-go/commit/e0fd348) fix:
rename DNSList to BackupDNS
([#&#8203;1058](https://togithub.com/jeessy2/ddns-go/issues/1058))
- [`4623bb5`](https://togithub.com/jeessy2/ddns-go/commit/4623bb5)
refactor: Waiting for network connection when dns exception
([#&#8203;1057](https://togithub.com/jeessy2/ddns-go/issues/1057))
- [`2699a61`](https://togithub.com/jeessy2/ddns-go/commit/2699a61)
增加dynadot的ip变化检测和一个请求参数
([#&#8203;1055](https://togithub.com/jeessy2/ddns-go/issues/1055))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
TrueCharts Bot
2024-03-26 13:28:58 +01:00
committed by GitHub
parent ad15f363d1
commit fce25eceea
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 6.2.2
appVersion: 6.3.0
dependencies:
- name: common
version: 20.2.4
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png
keywords:
- ddns-go
- ddns
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go
- https://hub.docker.com/r/jeessy/ddns-go
type: application
version: 10.8.4
version: 10.9.0

View File

@@ -1,7 +1,7 @@
image:
repository: jeessy/ddns-go
pullPolicy: IfNotPresent
tag: v6.2.2@sha256:1a90228e0f81c4deda41d4c7a1e79e83c3c26db8d662d3d7ab0b54d241ebaf4c
tag: v6.3.0@sha256:ec2346bf1b2030a69afe4d7b6e803f5586248db443980c6493eec03faddab960
securityContext:
container:
readOnlyRootFilesystem: false