Files
truecharts/charts/stable/ddns-updater/values.yaml
T
TrueCharts BotandGitHub 4479a3f0b0 chore(deps): update container image qmcgaw/ddns-updater to v2.8.1@e4af337 by renovate (#26701)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [qmcgaw/ddns-updater](https://redirect.github.com/qdm12/ddns-updater)
| patch | `v2.8.0` -> `v2.8.1` |

---

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

---

### Release Notes

<details>
<summary>qdm12/ddns-updater (qmcgaw/ddns-updater)</summary>

###
[`v2.8.1`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.8.1)

[Compare
Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.1...v2.8.1)

##### Fixes

- New file/directory permissions fixed given umask (see
[#&#8203;813](https://redirect.github.com/qdm12/ddns-updater/issues/813)
for more details)
    -   remove bad calculation of "our own" umask
    -   remove umask "union effect"
    -   do not touch system umask unless `UMASK` is set
    -   set system umask only if `UMASK` is set

###
[`v2.8.1`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.8.1)

[Compare
Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.0...v2.8.1)

##### Fixes

- New file/directory permissions fixed given umask (see
[#&#8203;813](https://redirect.github.com/qdm12/ddns-updater/issues/813)
for more details)
    -   remove bad calculation of "our own" umask
    -   remove umask "union effect"
    -   do not touch system umask unless `UMASK` is set
    -   set system umask only if `UMASK` is set

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC45MS4yIiwidXBkYXRlZEluVmVyIjoiMzguOTEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-20 14:33:26 +02:00

50 lines
1.2 KiB
YAML

image:
repository: qmcgaw/ddns-updater
tag: v2.8.1@sha256:e4af3370c9fd7b7b45cacbe318cf033621340896b38c7de42547b9bacd106985
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10227
protocol: http
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
LISTENING_ADDRESS: ":{{ .Values.service.main.ports.main.port }}"
CONFIG: ""
PERIOD: "5m"
IPV6_PREFIX: "/128"
PUBLICIP_FETCHERS: "all"
PUBLICIP_HTTP_PROVIDERS: "all"
PUBLICIPV4_HTTP_PROVIDERS: "all"
PUBLICIPV6_HTTP_PROVIDERS: "all"
PUBLICIP_DNS_PROVIDERS: "all"
PUBLICIP_DNS_TIMEOUT: "3s"
UPDATE_COOLDOWN_PERIOD: "5m"
HTTP_TIMEOUT: "10s"
BACKUP_PERIOD: "0"
LOG_LEVEL: "info"
LOG_CALLER: "hidden"
SHOUTRRR_ADDRESSES: ""
persistence:
data:
enabled: true
mountPath: /updater/data
portal:
open:
enabled: true