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

Commit

Permalink
chore: rev Linux VHDs to 2020.12.02 (#4081)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Dec 3, 2020
1 parent de89f5c commit 4a45aa1
Show file tree
Hide file tree
Showing 3 changed files with 1,600 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/azenvtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ var (
ImageOffer: "aks",
ImageSku: "aks-engine-ubuntu-1604-202007",
ImagePublisher: "microsoft-aks",
ImageVersion: "2020.10.30",
ImageVersion: "2020.12.02",
}

// AKSUbuntu1804OSImageConfig is the AKS image based on Ubuntu 18.04-LTS.
AKSUbuntu1804OSImageConfig = AzureOSImageConfig{
ImageOffer: "aks",
ImageSku: "aks-engine-ubuntu-1804-202007",
ImagePublisher: "microsoft-aks",
ImageVersion: "2020.10.30",
ImageVersion: "2020.12.02",
}

// AKSWindowsServer2019OSImageConfig is the AKS image based on Windows Server 2019
Expand Down
Loading

0 comments on commit 4a45aa1

Please sign in to comment.