Skip to content

Commit

Permalink
#105 update default image (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaabramov authored Sep 12, 2024
1 parent 88e89bb commit d6135dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/tunnel_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/networking.cfargotunnel.com_tunnels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/networking.cfargotunnel.com_tunnels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6135dd

Please sign in to comment.