Skip to content

Commit 6890053

Browse files
committed
fix: Update KinD version to 0.31.0 to fix end-to-end test
The KinD 0.29.0 download URL was returning HTML instead of the binary, causing the end-to-end test to fail with 'unexpected token <' error. Updated to latest stable version 0.31.0 to resolve the issue. Signed-off-by: Hijanhv <[email protected]>
1 parent 7a78287 commit 6890053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/gh-actions/install_kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
KIND_VERSION="0.29.0"
5+
KIND_VERSION="0.31.0"
66
KIND_URL="https://kind.sigs.k8s.io/dl/v${KIND_VERSION}/kind-linux-amd64"
77

88
echo "Setting up kind environment..."

0 commit comments

Comments
 (0)