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

Commit

Permalink
Update VHD version to 2018.12.12 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon authored and jackfrancis committed Dec 14, 2018
1 parent f4f9637 commit 62d4f0c
Showing 1 changed file with 2 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 @@ -143,15 +143,15 @@ var (
ImageOffer: "aks",
ImageSku: "aks-ubuntu-1604-201812",
ImagePublisher: "microsoft-aks",
ImageVersion: "2018.12.03",
ImageVersion: "2018.12.12",
}

// 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.12.03",
ImageVersion: "2018.12.12",
}

//AzureCloudSpec is the default configurations for global azure.
Expand Down

0 comments on commit 62d4f0c

Please sign in to comment.