diff --git a/scripts/dev/get-bootkube b/scripts/dev/get-bootkube index 189a6b18..d133abde 100755 --- a/scripts/dev/get-bootkube +++ b/scripts/dev/get-bootkube @@ -4,7 +4,7 @@ set -eu DEST=${1:-"bin"} -VERSION="v0.4.5" +VERSION="v0.5.0" URL="https://github.com/kubernetes-incubator/bootkube/releases/download/${VERSION}/bootkube.tar.gz"