Skip to content

Commit

Permalink
Migrate to CX22 for Hetzner and ubuntu 22.04
Browse files Browse the repository at this point in the history
The old cx11 plan and Ubuntu 20.04 are out of support.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jun 12, 2024
1 parent 0d70e4d commit 29ae118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/spf13/cobra"
)

const inletsProDefaultVersion = "0.9.31"
const inletsProDefaultVersion = "0.9.32"
const inletsProControlPort = 8123

func init() {
Expand Down Expand Up @@ -627,8 +627,8 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
return &provision.BasicHost{
Name: name,
Region: region,
Plan: "cx11",
OS: "ubuntu-20.04",
Plan: "cx22",
OS: "ubuntu-22.04",
UserData: userData,
}, nil
}
Expand Down

0 comments on commit 29ae118

Please sign in to comment.