Files
helm-charts/charts/cloudflared/values.yaml
Renovate Bot ad5d06b065
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 1m44s
Update cloudflare/cloudflared Docker tag to v2025.6.0
2025-06-12 00:00:49 +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.6.0"
pullPolicy: IfNotPresent
# -- Default resources
resources:
requests:
cpu: 10m
memory: 128Mi