From 8d83ea49ab1f18dc87de729bc667fe8d0d90e404 Mon Sep 17 00:00:00 2001 From: Xtigyro Date: Tue, 18 May 2021 23:17:38 +0300 Subject: [PATCH] update kind to v0.11.0, kubectl to v1.21.1. --- bin/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/setup.sh b/bin/setup.sh index 3d4e78e..6d27469 100644 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -4,8 +4,8 @@ set -eu # default versions HELMFILE_VER='0.139.4' HELM_PLUGIN_DIFF_VER='3.1.3' -KIND_VERSION='0.10.0' -KUBECTL_VERSION='1.20.6' +KIND_VERSION='0.11.0' +KUBECTL_VERSION='1.21.1' # passed on vars HELM_VER="$1"