Skip to content

Commit 600ae34

Browse files
authored
Merge pull request #11482 from chrischdi/pr-downgrade-kind-binary
🐛 kind: downgrade binary to v0.24.0 to fix building node images for <= v1.30
2 parents 721b6cf + ea285b7 commit 600ae34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/ensure-kind.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ goarch="$(go env GOARCH)"
3030
goos="$(go env GOOS)"
3131

3232
# 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
33+
# 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
3435

3536

3637
# Ensure the kind tool exists and is a viable version, or installs it

0 commit comments

Comments
 (0)