examples: Update Kubernetes from v1.8.2 to v1.8.3

This commit is contained in:
Dalton Hubble
2017-11-09 16:01:43 -08:00
parent 9c39221b71
commit 3e6aa4ee73
9 changed files with 21 additions and 21 deletions

View File

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