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

update to 2023.02.06 Linux VHDs #5065

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update Linux VHDs
  • Loading branch information
jackfrancis committed Feb 7, 2023
commit 142bc6aaf8e0ed5544be95180832211d4fc9b22f
4 changes: 2 additions & 2 deletions pkg/api/azenvtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ var (
ImageOffer: "aks",
ImageSku: "aks-engine-ubuntu-1804-202112",
ImagePublisher: "microsoft-aks",
ImageVersion: "2023.01.10",
ImageVersion: "2023.02.06",
}

// AKSUbuntu2004OSImageConfig is the AKS Engine image based on Ubuntu 20.04-LTS.
AKSUbuntu2004OSImageConfig = AzureOSImageConfig{
ImageOffer: "aks",
ImageSku: "aks-engine-ubuntu-2004-202301",
ImagePublisher: "microsoft-aks",
ImageVersion: "2023.01.10",
ImageVersion: "2023.02.06",
}

// AKSWindowsServer2019OSImageConfig is the aks-engine image based on Windows Server 2019
Expand Down
Loading