We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 721b6cf + ea285b7 commit 600ae34Copy full SHA for 600ae34
hack/ensure-kind.sh
@@ -30,7 +30,8 @@ goarch="$(go env GOARCH)"
30
goos="$(go env GOOS)"
31
32
# Note: When updating the MINIMUM_KIND_VERSION new shas MUST be added in `preBuiltMappings` at `test/infrastructure/kind/mapper.go`
33
-MINIMUM_KIND_VERSION=v0.25.0
+# Note: The kind version here is out of sync with our go dependency which is 0.25.0 due to issues building images <= kubernetes v1.30.
34
+MINIMUM_KIND_VERSION=v0.24.0
35
36
37
# Ensure the kind tool exists and is a viable version, or installs it
0 commit comments