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

Commit

Permalink
use latest AKS VHD (#4074)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Oct 19, 2018
1 parent 606b578 commit be13407
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 @@ -140,9 +140,9 @@ var (
// DefaultAKSOSImageConfig is the AKS image based on Ubuntu 16.04.
DefaultAKSOSImageConfig = AzureOSImageConfig{
ImageOffer: "aks",
ImageSku: "aksbase",
ImageSku: "aks-ubuntu-1604-201810",
ImagePublisher: "microsoft-aks",
ImageVersion: "0.19.0",
ImageVersion: "2018.10.18",
}

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

0 comments on commit be13407

Please sign in to comment.