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

Commit b4b9883

Browse files
authored
chore: rev Linux VHDs to 2021.01.08 (#4159)
1 parent bcc8a73 commit b4b9883

File tree

3 files changed

+1619
-2
lines changed

3 files changed

+1619
-2
lines changed

pkg/api/azenvtypes.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ var (
123123
ImageOffer: "aks",
124124
ImageSku: "aks-engine-ubuntu-1604-202007",
125125
ImagePublisher: "microsoft-aks",
126-
ImageVersion: "2020.12.02",
126+
ImageVersion: "2021.01.08",
127127
}
128128

129129
// AKSUbuntu1804OSImageConfig is the AKS image based on Ubuntu 18.04-LTS.
130130
AKSUbuntu1804OSImageConfig = AzureOSImageConfig{
131131
ImageOffer: "aks",
132132
ImageSku: "aks-engine-ubuntu-1804-202007",
133133
ImagePublisher: "microsoft-aks",
134-
ImageVersion: "2020.12.02",
134+
ImageVersion: "2021.01.08",
135135
}
136136

137137
// AKSWindowsServer2019OSImageConfig is the AKS image based on Windows Server 2019

0 commit comments

Comments
 (0)