Skip to content

Commit 329427c

Browse files
committed
Update kind version
Signed-off-by: Surya Seetharaman <[email protected]>
1 parent 96a7cc3 commit 329427c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/crd-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ trap cleanup INT TERM
4444
res=0
4545

4646
# Install kind
47-
(go install sigs.k8s.io/kind@v0.17.0) || res=$?
47+
(go install sigs.k8s.io/kind@v0.21.0) || res=$?
4848

4949
# Create cluster
5050
KIND_CREATE_ATTEMPTED=true

0 commit comments

Comments
 (0)