Skip to content

Commit dab3ae1

Browse files
weltekialexellis
authored andcommitted
Use Debian 13 for Hetzner instances
Update the default OS image for Hetzner from ubuntu-22.04 to debian-13. Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
1 parent ca0bc1a commit dab3ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,8 @@ func getHostConfig(c *Controller, tunnel *inletsv1alpha1.Tunnel, service *corev1
866866
case "hetzner":
867867
host = provision.BasicHost{
868868
Name: tunnel.Name,
869-
OS: "ubuntu-22.04", // https://docs.hetzner.cloud/#images-get-all-images
870-
Plan: "cx23", // https://docs.hetzner.cloud/#server-types-get-a-server-type
869+
OS: "debian-13", // https://docs.hetzner.cloud/#images-get-all-images
870+
Plan: "cx23", // https://docs.hetzner.cloud/#server-types-get-a-server-type
871871
Region: c.infraConfig.Region,
872872
UserData: userData,
873873
Additional: map[string]string{},

0 commit comments

Comments
 (0)