Files
helm-charts/charts/cloudflared/values.yaml
Renovate Bot 963d6deb1c
Some checks failed
lint-and-test-charts / lint-test (pull_request) Failing after 37s
Update cloudflare/cloudflared Docker tag to v2025.4.2
2025-04-30 14:30:19 +00:00

21 lines
434 B
YAML

# -- Name override of release
name: cloudflared
# -- Name of existing secret that contains Cloudflare token
existingSecretName: cloudflared-secret
# -- Name of key that contains the token in the existingSecret
existingSecretKey: cf-tunnel-token
# -- Default image
image:
repository: cloudflare/cloudflared
tag: "2025.4.2"
pullPolicy: IfNotPresent
# -- Default resources
resources:
requests:
cpu: 10m
memory: 128Mi