Skip to content

Commit ce8b7b2

Browse files
weltekialexellis
authored andcommitted
Update Hetzner default plan from cx22 to cx23
The cx22 plan has been deprecated by Hetzner Cloud and is no longer available. Use cx23, which is now the smallest available shared plan. Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 894b9cb commit ce8b7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ func getHostConfig(c *Controller, tunnel *inletsv1alpha1.Tunnel, service *corev1
855855
host = provision.BasicHost{
856856
Name: tunnel.Name,
857857
OS: "ubuntu-22.04", // https://docs.hetzner.cloud/#images-get-all-images
858-
Plan: "cx22", // https://docs.hetzner.cloud/#server-types-get-a-server-type
858+
Plan: "cx23", // https://docs.hetzner.cloud/#server-types-get-a-server-type
859859
Region: c.infraConfig.Region,
860860
UserData: userData,
861861
Additional: map[string]string{},

0 commit comments

Comments
 (0)