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

Commit

Permalink
Use 2018.12.03 VHD images (#4333)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored and Cecile Robert-Michon committed Dec 4, 2018
1 parent a550fa2 commit ddcc54b
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-201811",
ImageSku: "aks-ubuntu-1604-201812",
ImagePublisher: "microsoft-aks",
ImageVersion: "2018.11.08",
ImageVersion: "2018.12.03",
}

// 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.08",
ImageVersion: "2018.12.03",
}

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

0 comments on commit ddcc54b

Please sign in to comment.