Skip to content

Commit

Permalink
Merge pull request #111 from UKHomeOffice/upgrade
Browse files Browse the repository at this point in the history
Upgrade CoreOS and kubernetes to latest stable
  • Loading branch information
vaijab authored Jul 26, 2017
2 parents d49a433 + 4703e33 commit 2083380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package constants

const (
// DefaultKubeVersion specifies a default kubernetes version.
DefaultKubeVersion = "v1.7.0"
DefaultKubeVersion = "v1.7.2"
// DefaultNetworkProvider specifies what CNI provider to install
DefaultNetworkProvider = "canal"
// DefaultKetoK8Image specifies the image to use for keto-k8 container
Expand All @@ -14,7 +14,7 @@ const (
// DefaultCoreOSVersion specifies a default CoreOS version.
// TODO only works for AWS cloud for now. Need to figure out some sort of
// validation and CoreOS version to cloud image name mapping.
DefaultCoreOSVersion = "CoreOS-stable-1353.8.0-hvm"
DefaultCoreOSVersion = "CoreOS-stable-1409.7.0-hvm"

// ClusterNameLabelKey label key name for cluster name label.
ClusterNameLabelKey = "cluster-name"
Expand Down

0 comments on commit 2083380

Please sign in to comment.