Skip to content

Commit

Permalink
Update GCE 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 22b997e commit d15763c
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 @@ -792,7 +792,7 @@ func getHostConfig(c *Controller, tunnel *inletsv1alpha1.Tunnel, service *corev1

host = provision.BasicHost{
Name: tunnel.Name,
OS: "projects/ubuntu-os-cloud/global/images/ubuntu-minimal-2004-focal-v20210707",
OS: "projects/ubuntu-os-cloud/global/images/ubuntu-minimal-2204-jammy-v20240606",
Plan: "f1-micro",
Region: c.infraConfig.Region,
UserData: userData,
Expand Down

0 comments on commit d15763c

Please sign in to comment.