Skip to content

Commit

Permalink
Update Linode 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 43b4fb2 commit 22b997e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ func getHostConfig(c *Controller, tunnel *inletsv1alpha1.Tunnel, service *corev1
case "linode":
host = provision.BasicHost{
Name: tunnel.Name,
OS: "linode/ubuntu20.04", // https://api.linode.com/v4/images
OS: "linode/ubuntu22.04", // https://api.linode.com/v4/images
Plan: "g6-nanode-1", // https://api.linode.com/v4/linode/types
Region: c.infraConfig.Region,
UserData: userData,
Expand Down

0 comments on commit 22b997e

Please sign in to comment.