From a60f28ac2ffd05bd134917976d808335abc5d61a Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 16 May 2020 10:16:49 +0300 Subject: [PATCH] Update Kubernetes Kind to v0.8.1 --- e2e/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/bootstrap.sh b/e2e/bootstrap.sh index 202e0f2..889cb1f 100755 --- a/e2e/bootstrap.sh +++ b/e2e/bootstrap.sh @@ -3,7 +3,7 @@ set -o errexit REPO_ROOT=$(git rev-parse --show-toplevel) -KIND_VERSION=v0.7.0 +KIND_VERSION=v0.8.1 if [[ "$1" ]]; then KIND_VERSION=$1