adyanth / cloudflare-operator

A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources
https://adyanth.site/posts/migration-compose-k8s/cloudflare-tunnel-operator-architecture/
Apache License 2.0
355 stars 37 forks source link

Update default image #105

Closed aaabramov closed 2 months ago

aaabramov commented 2 months ago

The current default image to run for a tunnel is cloudflare/cloudflared:2022.12.1. I wonder if it can be safely updated to something like cloudflare/cloudflared:2024.9.1. I think almost every consumer of the operator overrides the .ClusterTunnel.spec.image, but for newcomers, things will be more up-to-date by default.

adyanth commented 2 months ago

Yes, 2024.9.1 does work. Do you mind sending in a PR to update the default version?

aaabramov commented 2 months ago

@adyanth gladly, see #106

adyanth commented 2 months ago

Thanks!