examples: Update Kubernetes clusters to v1.6.4

* Update bootkube example cluster to v1.6.4
* Update bootkube (terraform-based) cluster to v1.6.4
* Update bootkube Terraform module to v1.6.4
* Uses bootkube v0.4.4
This commit is contained in:
Dalton Hubble
2017-05-19 16:32:31 -07:00
parent a47087ec6a
commit c476cf8928
11 changed files with 16 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
set -eu
DEST=${1:-"bin"}
VERSION="v0.4.3"
VERSION="v0.4.4"
URL="https://github.com/kubernetes-incubator/bootkube/releases/download/${VERSION}/bootkube.tar.gz"