From d6135dd4919787cadff60b59e7a63b8b7db49265 Mon Sep 17 00:00:00 2001 From: Andrii Abramov <11317222+aaabramov@users.noreply.github.com> Date: Thu, 12 Sep 2024 03:27:36 +0200 Subject: [PATCH] #105 update default image (#106) --- api/v1alpha1/tunnel_types.go | 2 +- .../manifests/networking.cfargotunnel.com_clustertunnels.yaml | 2 +- bundle/manifests/networking.cfargotunnel.com_tunnels.yaml | 2 +- .../crd/bases/networking.cfargotunnel.com_clustertunnels.yaml | 2 +- config/crd/bases/networking.cfargotunnel.com_tunnels.yaml | 2 +- docs/configuration.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/v1alpha1/tunnel_types.go b/api/v1alpha1/tunnel_types.go index 3a4d323..33989ae 100644 --- a/api/v1alpha1/tunnel_types.go +++ b/api/v1alpha1/tunnel_types.go @@ -91,7 +91,7 @@ type TunnelSpec struct { // Size defines the number of Daemon pods to run for this tunnel Size int32 `json:"size,omitempty"` - //+kubebuilder:default:="cloudflare/cloudflared:2022.12.1" + //+kubebuilder:default:="cloudflare/cloudflared:2024.9.1" //+kubebuilder:validation:Optional // Image sets the Cloudflared Image to use. Defaults to the image set during the release of the operator. Image string `json:"image,omitempty"` diff --git a/bundle/manifests/networking.cfargotunnel.com_clustertunnels.yaml b/bundle/manifests/networking.cfargotunnel.com_clustertunnels.yaml index 349b38a..f00ef4e 100644 --- a/bundle/manifests/networking.cfargotunnel.com_clustertunnels.yaml +++ b/bundle/manifests/networking.cfargotunnel.com_clustertunnels.yaml @@ -105,7 +105,7 @@ spec: do not match an ingress. Defaults to http_status:404 type: string image: - default: cloudflare/cloudflared:2022.12.1 + default: cloudflare/cloudflared:2024.9.1 description: Image sets the Cloudflared Image to use. Defaults to the image set during the release of the operator. type: string diff --git a/bundle/manifests/networking.cfargotunnel.com_tunnels.yaml b/bundle/manifests/networking.cfargotunnel.com_tunnels.yaml index 469981e..8ad727f 100644 --- a/bundle/manifests/networking.cfargotunnel.com_tunnels.yaml +++ b/bundle/manifests/networking.cfargotunnel.com_tunnels.yaml @@ -105,7 +105,7 @@ spec: do not match an ingress. Defaults to http_status:404 type: string image: - default: cloudflare/cloudflared:2022.12.1 + default: cloudflare/cloudflared:2024.9.1 description: Image sets the Cloudflared Image to use. Defaults to the image set during the release of the operator. type: string diff --git a/config/crd/bases/networking.cfargotunnel.com_clustertunnels.yaml b/config/crd/bases/networking.cfargotunnel.com_clustertunnels.yaml index e98cc3c..57e47f3 100644 --- a/config/crd/bases/networking.cfargotunnel.com_clustertunnels.yaml +++ b/config/crd/bases/networking.cfargotunnel.com_clustertunnels.yaml @@ -107,7 +107,7 @@ spec: do not match an ingress. Defaults to http_status:404 type: string image: - default: cloudflare/cloudflared:2022.12.1 + default: cloudflare/cloudflared:2024.9.1 description: Image sets the Cloudflared Image to use. Defaults to the image set during the release of the operator. type: string diff --git a/config/crd/bases/networking.cfargotunnel.com_tunnels.yaml b/config/crd/bases/networking.cfargotunnel.com_tunnels.yaml index fa4ffbe..d0d65c2 100644 --- a/config/crd/bases/networking.cfargotunnel.com_tunnels.yaml +++ b/config/crd/bases/networking.cfargotunnel.com_tunnels.yaml @@ -107,7 +107,7 @@ spec: do not match an ingress. Defaults to http_status:404 type: string image: - default: cloudflare/cloudflared:2022.12.1 + default: cloudflare/cloudflared:2024.9.1 description: Image sets the Cloudflared Image to use. Defaults to the image set during the release of the operator. type: string diff --git a/docs/configuration.md b/docs/configuration.md index aaba265..e70bc49 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -58,7 +58,7 @@ spec: # cloudflared configuration fallbackTarget: http_status:404 # The default service to point cloudflared to. Defaults to http_status:404 - image: cloudflare/cloudflared:2022.3.1 # Image to run. Used for running an up-to-date image. Can be swapped out to an arm based image if needed + image: cloudflare/cloudflared:2024.9.1 # Image to run. Used for running an up-to-date image. Can be swapped out to an arm based image if needed noTlsVerify: false # Disables the TLS verification to backend services globally originCaPool: homelab-ca # Secret containing CA certificates to trust. Must contain tls.crt to be trusted globally and optionally other certificates (see the caPool service annotation for usage) size: 1 # Replica count for the tunnel deployment