Skip to content

Commit 8453e70

Browse files
committed
feat: Update VM image to Canonical's latest Ubuntu 22.04 LTS for AKS deployment
1 parent a009b88 commit 8453e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-private-aks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
az vm create \
177177
--resource-group "$INFRA_RG" \
178178
--name "$RUNNER_VM" \
179-
--image Ubuntu2204 \
179+
--image Canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2:latest \
180180
--size Standard_B2s \
181181
--admin-username azureuser \
182182
--generate-ssh-keys \

0 commit comments

Comments
 (0)