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

Update AKS VHD image to 2018.11.08 #4239

Merged
merged 1 commit into from
Nov 13, 2018
Merged
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
4 changes: 2 additions & 2 deletions pkg/api/azenvtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ var (
ImageOffer: "aks",
ImageSku: "aks-ubuntu-1604-201811",
ImagePublisher: "microsoft-aks",
ImageVersion: "2018.11.06",
ImageVersion: "2018.11.08",
}

// DefaultAKSDockerEngineOSImageConfig is the AKS image based on Ubuntu 16.04.
DefaultAKSDockerEngineOSImageConfig = AzureOSImageConfig{
ImageOffer: "aks",
ImageSku: "aks-ubuntu-1604-docker-engine",
ImagePublisher: "microsoft-aks",
ImageVersion: "2018.11.06",
ImageVersion: "2018.11.08",
}

//DefaultOpenShift39RHELImageConfig is the OpenShift on RHEL distribution.
Expand Down