Skip to content

Commit

Permalink
kind: downgrade binary to v0.24.0 to fix building node images for <= …
Browse files Browse the repository at this point in the history
…v1.30
  • Loading branch information
chrischdi committed Nov 27, 2024
1 parent 721b6cf commit ea285b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/ensure-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ goarch="$(go env GOARCH)"
goos="$(go env GOOS)"

# Note: When updating the MINIMUM_KIND_VERSION new shas MUST be added in `preBuiltMappings` at `test/infrastructure/kind/mapper.go`
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.
MINIMUM_KIND_VERSION=v0.24.0


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

0 comments on commit ea285b7

Please sign in to comment.