Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 288e1e4

Browse files
chore: update Linux VHDs to 2023.08.25 (#5113)
1 parent fa61376 commit 288e1e4

File tree

3 files changed

+1606
-2
lines changed

3 files changed

+1606
-2
lines changed

pkg/api/azenvtypes.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@ var (
148148
ImageOffer: "aks",
149149
ImageSku: "aks-engine-ubuntu-1804-202112",
150150
ImagePublisher: "microsoft-aks",
151-
ImageVersion: "2023.04.11",
151+
ImageVersion: "2023.08.25",
152152
}
153153

154154
// AKSUbuntu2004OSImageConfig is the AKS Engine image based on Ubuntu 20.04-LTS.
155155
AKSUbuntu2004OSImageConfig = AzureOSImageConfig{
156156
ImageOffer: "aks",
157157
ImageSku: "aks-engine-ubuntu-2004-202301",
158158
ImagePublisher: "microsoft-aks",
159-
ImageVersion: "2023.04.11",
159+
ImageVersion: "2023.08.25",
160160
}
161161

162162
// AKSWindowsServer2019OSImageConfig is the aks-engine image based on Windows Server 2019

0 commit comments

Comments
 (0)