Skip to content

Commit 2c75116

Browse files
committed
Update vultr to Ubuntu 22.04
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent d99ba37 commit 2c75116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/create.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -591,10 +591,10 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
591591
// Plans:
592592
// A complete list of available OS is available using: https://api.vultr.com/v1/plans/list
593593
// 201 = 1024 MB RAM,25 GB SSD,1.00 TB BW
594-
const ubuntu20_04_x64 = "387"
594+
const ubuntu22_04_x64 = "1743"
595595
return &provision.BasicHost{
596596
Name: name,
597-
OS: ubuntu20_04_x64,
597+
OS: ubuntu22_04_x64,
598598
Plan: "201",
599599
Region: region,
600600
UserData: userData,

0 commit comments

Comments
 (0)