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

Commit

Permalink
updated VHDs for aks and aks-docker-engine distros (#4178)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Nov 5, 2018
1 parent fa6c1f3 commit f490623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/api/azenvtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,17 @@ var (
// DefaultAKSOSImageConfig is the AKS image based on Ubuntu 16.04.
DefaultAKSOSImageConfig = AzureOSImageConfig{
ImageOffer: "aks",
ImageSku: "aks-ubuntu-1604-201810",
ImageSku: "aks-ubuntu-1604-201811",
ImagePublisher: "microsoft-aks",
ImageVersion: "2018.10.26",
ImageVersion: "2018.11.02",
}

// 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.10.26",
ImageVersion: "2018.11.02",
}

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

0 comments on commit f490623

Please sign in to comment.