Skip to content

Commit

Permalink
Update Ubuntu to 22.04 for Azure
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Jun 12, 2024
1 parent 2957563 commit 43b4fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,8 @@ func getHostConfig(c *Controller, tunnel *inletsv1alpha1.Tunnel, service *corev1
"inlets-port": strconv.Itoa(inletsPort),
"pro": fmt.Sprint(pro),
"imagePublisher": "Canonical",
"imageOffer": "0001-com-ubuntu-server-focal",
"imageSku": "20_04-lts",
"imageOffer": "0001-com-ubuntu-server-jammy",
"imageSku": "22_04-lts-gen2",
"imageVersion": "latest",
},
}
Expand Down

0 comments on commit 43b4fb2

Please sign in to comment.