Skip to content

Commit

Permalink
Update vultr to Ubuntu 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jun 12, 2024
1 parent d99ba37 commit 2c75116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,10 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
// Plans:
// A complete list of available OS is available using: https://api.vultr.com/v1/plans/list
// 201 = 1024 MB RAM,25 GB SSD,1.00 TB BW
const ubuntu20_04_x64 = "387"
const ubuntu22_04_x64 = "1743"
return &provision.BasicHost{
Name: name,
OS: ubuntu20_04_x64,
OS: ubuntu22_04_x64,
Plan: "201",
Region: region,
UserData: userData,
Expand Down

0 comments on commit 2c75116

Please sign in to comment.