7bdaffcdde
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/hotio/cloudflareddns | digest | `b87d769` -> `fc2b38c` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
57 lines
1.1 KiB
YAML
57 lines
1.1 KiB
YAML
image:
|
|
repository: ghcr.io/hotio/cloudflareddns
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:fc2b38cc61e62269a4251e973342f8598ce32085b261b4264f3a89d2039a216e
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
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
|