examples: Update Kubernetes to v1.7.1

This commit is contained in:
Dalton Hubble
2017-07-20 17:11:57 -07:00
parent df6354ad45
commit cc490ff55d
12 changed files with 28 additions and 28 deletions

View File

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

View File

@@ -4,7 +4,7 @@
set -eu
DEST=${1:-"bin"}
VERSION="v1.6.7"
VERSION="v1.7.1"
URL="https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/kubectl"