Skip to content

Commit d6135dd

Browse files
authored
#105 update default image (#106)
1 parent 88e89bb commit d6135dd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api/v1alpha1/tunnel_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ type TunnelSpec struct {
9191
// Size defines the number of Daemon pods to run for this tunnel
9292
Size int32 `json:"size,omitempty"`
9393

94-
//+kubebuilder:default:="cloudflare/cloudflared:2022.12.1"
94+
//+kubebuilder:default:="cloudflare/cloudflared:2024.9.1"
9595
//+kubebuilder:validation:Optional
9696
// Image sets the Cloudflared Image to use. Defaults to the image set during the release of the operator.
9797
Image string `json:"image,omitempty"`

bundle/manifests/networking.cfargotunnel.com_clustertunnels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ spec:
105105
do not match an ingress. Defaults to http_status:404
106106
type: string
107107
image:
108-
default: cloudflare/cloudflared:2022.12.1
108+
default: cloudflare/cloudflared:2024.9.1
109109
description: Image sets the Cloudflared Image to use. Defaults to
110110
the image set during the release of the operator.
111111
type: string

bundle/manifests/networking.cfargotunnel.com_tunnels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ spec:
105105
do not match an ingress. Defaults to http_status:404
106106
type: string
107107
image:
108-
default: cloudflare/cloudflared:2022.12.1
108+
default: cloudflare/cloudflared:2024.9.1
109109
description: Image sets the Cloudflared Image to use. Defaults to
110110
the image set during the release of the operator.
111111
type: string

config/crd/bases/networking.cfargotunnel.com_clustertunnels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
do not match an ingress. Defaults to http_status:404
108108
type: string
109109
image:
110-
default: cloudflare/cloudflared:2022.12.1
110+
default: cloudflare/cloudflared:2024.9.1
111111
description: Image sets the Cloudflared Image to use. Defaults to
112112
the image set during the release of the operator.
113113
type: string

config/crd/bases/networking.cfargotunnel.com_tunnels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spec:
107107
do not match an ingress. Defaults to http_status:404
108108
type: string
109109
image:
110-
default: cloudflare/cloudflared:2022.12.1
110+
default: cloudflare/cloudflared:2024.9.1
111111
description: Image sets the Cloudflared Image to use. Defaults to
112112
the image set during the release of the operator.
113113
type: string

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spec:
5858

5959
# cloudflared configuration
6060
fallbackTarget: http_status:404 # The default service to point cloudflared to. Defaults to http_status:404
61-
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
61+
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
6262
noTlsVerify: false # Disables the TLS verification to backend services globally
6363
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)
6464
size: 1 # Replica count for the tunnel deployment

0 commit comments

Comments
 (0)