Skip to content

Commit

Permalink
chore: update kind version to v0.24.0 (#5629)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 authored Oct 2, 2024
1 parent 91bd690 commit e4df116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ steps:
key: "k8s-integration-tests"
env:
K8S_VERSION: "v1.31.0"
KIND_VERSION: "v0.20.0"
KIND_VERSION: "v0.24.0"
command: ".buildkite/scripts/steps/k8s-extended-tests.sh"
artifact_paths:
- "build/k8s-logs*/*"
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ steps:
- label: "K8s tests: {{matrix.k8s_version}}"
env:
K8S_VERSION: "v{{matrix.k8s_version}}"
KIND_VERSION: "v0.20.0"
KIND_VERSION: "v0.24.0"
command: ".buildkite/scripts/steps/k8s-tests.sh"
agents:
provider: "gcp"
Expand Down

0 comments on commit e4df116

Please sign in to comment.