Update Kubernetes Kind to v0.8.1

This commit is contained in:
stefanprodan
2020-05-16 10:16:49 +03:00
parent adba061f77
commit a60f28ac2f
+1 -1
View File
@@ -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