Skip to content

Commit

Permalink
Bump up nodeadm and etcdadm versions for 0.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sarun87 committed Sep 25, 2018
1 parent 0b1ad82 commit a8adbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const (
KubectlFile = "/opt/bin/kubectl"
AdminKubeconfig = "/etc/kubernetes/admin.conf"
KubeletKubeconfig = "/etc/kubernetes/kubelet.conf"
DefaultNodeadmVersion = "v0.0.3"
DefaultEtcdadmVersion = "v0.0.4"
DefaultNodeadmVersion = "v0.0.4"
DefaultEtcdadmVersion = "v0.0.5"
DefaultKubernetesVersion = "1.10.4"
DefaultCNIVersion = "v0.6.0"
DefaultFlannelVersion = "v0.10.0"
Expand Down

0 comments on commit a8adbbf

Please sign in to comment.