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