Skip to content

Commit 29ae118

Browse files
committed
Migrate to CX22 for Hetzner and ubuntu 22.04
The old cx11 plan and Ubuntu 20.04 are out of support. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 0d70e4d commit 29ae118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/create.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/spf13/cobra"
2020
)
2121

22-
const inletsProDefaultVersion = "0.9.31"
22+
const inletsProDefaultVersion = "0.9.32"
2323
const inletsProControlPort = 8123
2424

2525
func init() {
@@ -627,8 +627,8 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
627627
return &provision.BasicHost{
628628
Name: name,
629629
Region: region,
630-
Plan: "cx11",
631-
OS: "ubuntu-20.04",
630+
Plan: "cx22",
631+
OS: "ubuntu-22.04",
632632
UserData: userData,
633633
}, nil
634634
}

0 commit comments

Comments
 (0)