Skip to content

Commit

Permalink
Bump etcdadm and nodeadm version (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojmhetar authored Mar 28, 2019
1 parent 121616d commit 8efc64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const (
KubectlFile = "/opt/bin/kubectl"
AdminKubeconfig = "/etc/kubernetes/admin.conf"
KubeletKubeconfig = "/etc/kubernetes/kubelet.conf"
DefaultNodeadmVersion = "v0.1.0"
DefaultEtcdadmVersion = "v0.1.0"
DefaultKubernetesVersion = "1.11.7"
DefaultNodeadmVersion = "v0.2.1"
DefaultEtcdadmVersion = "v0.1.1"
DefaultKubernetesVersion = "1.11.9"
DefaultCNIVersion = "v0.6.0"
DefaultFlannelVersion = "v0.10.0"
DefaultKeepalivedVersion = "v2.0.4"
Expand Down

0 comments on commit 8efc64e

Please sign in to comment.