Files
truecharts/charts/stable/ddns-route53/values.yaml
T
TrueCharts BotandGitHub 028b6e7939 chore(deps): update container image crazymax/ddns-route53 to latest@4c9c911 (#16178)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| crazymax/ddns-route53 | digest | `59c370b` -> `4c9c911` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 19:16:02 +01:00

43 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: crazymax/ddns-route53
tag: latest@sha256:4c9c9118603273a1ceb056f6e663967ae5e337b616c99a30823a1575d60f931e
persistence: {}
portal:
open:
enabled: false
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
containers:
main:
env:
DDNSR53_CREDENTIALS_ACCESSKEYID: ABCDEFGHIJKLMNO123456
DDNSR53_CREDENTIALS_SECRETACCESSKEY: abcdefgh123456IJKLMN+OPQRS7890+ABCDEFGH
DDNSR53_ROUTE53_HOSTEDZONEID: ABCEEFG123456789
DDNSR53_ROUTE53_RECORDSSET_0_NAME: ddns.example.com.
DDNSR53_ROUTE53_RECORDSSET_0_TTL: "300"
DDNSR53_ROUTE53_RECORDSSET_0_TYPE: A
LOG_JSON: "false"
LOG_LEVEL: info
MAX_RETRIES: "3"
SCHEDULE: "*/30 * * * *"
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false