Skip to content

Commit 3931361

Browse files
Update KIND_K8S_VERSION to v1.32.0 to fix test-e2e-local
This fixes the 404 error when fetching kubebuilder-tools by using Kubernetes 1.32.0 which is available in setup-envtest (release-0.20). The previous version v1.33.0 was too new and the corresponding kubebuilder-tools were not yet available. Co-authored-by: camilamacedo86 <[email protected]>
1 parent eb69506 commit 3931361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if [ -n "$TRACE" ]; then
5656
set -x
5757
fi
5858

59-
export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.33.0"}"
59+
export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.32.0"}"
6060
tools_k8s_version=$(convert_to_tools_ver "${KIND_K8S_VERSION#v*}")
6161
kind_version=0.29.0
6262
goarch=amd64

0 commit comments

Comments
 (0)