helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm charts for 2025.5.0

Open marcellalzate opened this issue 6 months ago • 6 comments

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

marcellalzate avatar Jun 08 '25 22:06 marcellalzate

Seconded. I mean, 2024.8.3 is really old.

HrBingR avatar Jun 18 '25 21:06 HrBingR

We keep a more updated chart here: https://github.com/WRSYS/helm-charts

adamrlynch avatar Jun 18 '25 21:06 adamrlynch

I guess this is non-official chart.... or?

marcellalzate avatar Jun 21 '25 22:06 marcellalzate

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.

HrBingR avatar Jun 21 '25 22:06 HrBingR

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.

aaajhs avatar Jun 26 '25 06:06 aaajhs

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

Excodibur avatar Jul 04 '25 11:07 Excodibur