Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#105: update default image #106

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading