chore(deps): update container image jeessy/ddns-go to v6.6.9@4106795 by renovate (#25295)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | patch |
`v6.6.8` -> `v6.6.9` |

---

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

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

#### Changelog

-
[`771e180`](https://togithub.com/jeessy2/ddns-go/commit/771e180aa3f3b37d149e70bc7dab5e98ed01676f)
feat: Reduce password strength requirements
([#&#8203;1224](https://togithub.com/jeessy2/ddns-go/issues/1224))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4zOS42IiwidXBkYXRlZEluVmVyIjoiMzguMzkuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
TrueCharts Bot
2024-08-19 08:32:27 +02:00
committed by GitHub
parent a3a563c94c
commit 0a98dad1a1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 6.6.8
appVersion: 6.6.9
dependencies:
- name: common
version: 24.1.5
@@ -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.1.7
version: 12.1.8
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: jeessy/ddns-go
pullPolicy: IfNotPresent
tag: v6.6.8@sha256:e85ac37363b09e17449c7624b21bb3c729b3c5f31cd4681a5829e934ea4db900
tag: v6.6.9@sha256:41067958bb66db3cb64f94fd9471bf79970604b28507bc35c435446bd0ed66da
securityContext:
container:
readOnlyRootFilesystem: false