Skip to content

Commit 8d83ea4

Browse files
committed
update kind to v0.11.0, kubectl to v1.21.1.
1 parent 28aef64 commit 8d83ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -eu
44
# default versions
55
HELMFILE_VER='0.139.4'
66
HELM_PLUGIN_DIFF_VER='3.1.3'
7-
KIND_VERSION='0.10.0'
8-
KUBECTL_VERSION='1.20.6'
7+
KIND_VERSION='0.11.0'
8+
KUBECTL_VERSION='1.21.1'
99

1010
# passed on vars
1111
HELM_VER="$1"

0 commit comments

Comments
 (0)