5ccc486dd0
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/cloudflareddns](https://ghcr.io/trueforge-org/cloudflareddns) ([source](https://www.hotio.dev)) | digest | `fe7b333` -> `c1720c1` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
51 lines
1.0 KiB
YAML
51 lines
1.0 KiB
YAML
image:
|
|
repository: oci.trueforge.org/containerforge/cloudflareddns
|
|
pullPolicy: IfNotPresent
|
|
tag: "3.0.0.4856@sha256:c1720c1cc2139057edf91e89591f365b7cbf3d1ba3b38e7cb8316304e2c59d6b"
|
|
cloudflareddns:
|
|
user: your.cf.email@example.com
|
|
api_token: ""
|
|
api_key: ""
|
|
api_token_zone: ""
|
|
interval: 300
|
|
detect_mode: dig-whoami.cloudflare
|
|
detect_override: ""
|
|
log_level: 3
|
|
host_zone_record: []
|
|
# - domain: example.com
|
|
# zone: A1jajaja
|
|
# record: A
|
|
# - domain: foobar.com
|
|
# zone: B1aksksa
|
|
# record: A
|
|
# - domain: foobar.com
|
|
# zone: Cs11kdkkasks
|
|
# record: AAAA
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
envFrom:
|
|
- secretRef:
|
|
name: "secret"
|
|
env: {}
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|