Helm charts for 2025.5.0
Getting several warnings after install it. this case is to request solution for below
Your version 2024.8.3 is outdated. We recommend upgrading it to 2025.5.0
Commands that I'm using are:
helm repo add cloudflare https://cloudflare.github.io/helm-charts
helm repo update
helm upgrade --install cloudflare cloudflare/cloudflare-tunnel --namespace cloudflare --values tunne-values.yaml --wait
helm search repo cloudflare
NAME CHART VERSION APP VERSION DESCRIPTION
cloudflare/cloudflare-tunnel 0.3.2 2024.8.3 Creation of a cloudflared deployment - a revers...
cloudflare/cloudflare-tunnel-remote 0.1.2 latest Deployment of a remotely managed tunnel that ha...
in the charts view... it is also possible to see that 2025.5.0 isn't present. https://cloudflare.github.io/helm-charts/index.yaml
Seconded. I mean, 2024.8.3 is really old.
We keep a more updated chart here: https://github.com/WRSYS/helm-charts
I guess this is non-official chart.... or?
It would be, though I imagine just uses a much more up-to-date cloudflared.
For myself I went with this instead as once it's deployed any ingress you create using it as your ingress class automatically creates the relevant DNS and tunnel entries for you, pretty much automating the process. Perfect for my use-case.
That's unfortunate, I was excited to see there's an official helm chart.
If it's no longer being actively maintained, the least they could do is to officially mark it as deprecated... Leaving it abandoned is going to cause a lot of confusion down the line as more breakages occur.
For me overriding the default chart values with something like the following seems to work just fine.
values:
cloudflare:
<removed>
image:
tag: 2025.7.0