From e10525ded0985f11a665ec1c3ba3f3d7b12d581f Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 13 Jul 2017 10:26:30 -0700 Subject: [PATCH] scripts/dev: Fix bootkube render binary for tests --- scripts/dev/get-bootkube | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"