chore(container): update oci-image jeessy/ddns-go to v6 by renovate (#27867)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jeessy/ddns-go](https://redirect.github.com/jeessy2/ddns-go) | patch
| `41ecfec` -> `945849a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jeessy2/ddns-go (jeessy/ddns-go)</summary>

###
[`v6.7.2`](https://redirect.github.com/jeessy2/ddns-go/releases/tag/v6.7.2)

[Compare
Source](https://redirect.github.com/jeessy2/ddns-go/compare/v6.7.1...v6.7.2)

#### Changelog

-
[`2c4d8a8`](2c4d8a82f8)
fix: 安卓环境Go Time 固定UTC时区,通过时区获取偏移量修正时区
([#&#8203;1284](https://redirect.github.com/jeessy2/ddns-go/issues/1284))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuNCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2024-10-17 13:01:21 +02:00
committed by GitHub
parent 483ee3f9ac
commit af445fed8f
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 6.7.1
appVersion: 6.7.2
dependencies:
- name: common
version: 25.0.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.1
version: 12.3.2

View File

@@ -1,7 +1,7 @@
image:
repository: jeessy/ddns-go
pullPolicy: IfNotPresent
tag: v6.7.1@sha256:41ecfec3b8349e90b78ae993588bdf6afab5f6466a79dd710e3fab40508b3439
tag: v6.7.2@sha256:945849aa7ae0f9c63274812d4a90f935657e5b395e9b919a00d010980d8e19f6
securityContext:
container:
readOnlyRootFilesystem: false