Update Kubernetes Kind to v0.4.0

This commit is contained in:
stefanprodan
2019-06-27 09:58:56 +03:00
parent dd3bc28806
commit b522bbd903
+1 -1
View File
@@ -3,7 +3,7 @@
set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
KIND_VERSION=v0.3.0
KIND_VERSION=v0.4.0
if [[ "$1" ]]; then
KIND_VERSION=$1