Skip to content

Commit

Permalink
feat: update VHD version to 2019.01.11 (#308)
Browse files Browse the repository at this point in the history
* feat: update VHD version to 2019.01.11

* feat: fix sku reference
  • Loading branch information
Cecile Robert-Michon authored and acs-bot committed Jan 14, 2019
1 parent a0a6224 commit bb2f808
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 @@ -141,17 +141,17 @@ var (
// DefaultAKSOSImageConfig is the AKS image based on Ubuntu 16.04.
DefaultAKSOSImageConfig = AzureOSImageConfig{
ImageOffer: "aks",
ImageSku: "aks-ubuntu-1604-201812",
ImageSku: "aks-ubuntu-1604-201901",
ImagePublisher: "microsoft-aks",
ImageVersion: "2018.12.19",
ImageVersion: "2019.01.11",
}

// 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.19",
ImageVersion: "2019.01.11",
}

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

0 comments on commit bb2f808

Please sign in to comment.