Skip to content

Commit 379987f

Browse files
authored
Merge pull request #72 from adyanth/update-clouflared
Update cloudflared to 2022.12.1
2 parents 51cd2b6 + 17c8c20 commit 379987f

7 files changed

Lines changed: 12 additions & 5 deletions

api/v1alpha1/tunnel_types.go

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

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

bundle/manifests/cloudflare-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ spec:
150150
- services
151151
verbs:
152152
- get
153+
- list
154+
- watch
153155
- apiGroups:
154156
- networking.cfargotunnel.com
155157
resources:

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.3.4
108+
default: cloudflare/cloudflared:2022.12.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_tunnelbindings.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ spec:
111111
tunnelRef:
112112
description: TunnelRef defines the Tunnel TunnelBinding connects to
113113
properties:
114+
disableDNSUpdates:
115+
description: DisableDNSUpdates disables the DNS updates on Cloudflare,
116+
just managing the configs. Assumes the DNS entries are manually
117+
added.
118+
type: boolean
114119
kind:
115120
description: Kind can be Tunnel or ClusterTunnel
116121
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.3.4
108+
default: cloudflare/cloudflared:2022.12.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.3.4
110+
default: cloudflare/cloudflared:2022.12.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.3.4
110+
default: cloudflare/cloudflared:2022.12.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

0 commit comments

Comments
 (0)