Skip to content

Commit

Permalink
update kind version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavneet Singh committed Aug 26, 2024
1 parent b66727b commit 77f07dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/pipeline/templates/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- bash : |
echo "Downloading the kind script"
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.24.0/kind-linux-amd64
chmod +x ./kind
./kind create cluster
displayName: "Create and Start the Kind cluster"
Expand Down

0 comments on commit 77f07dd

Please sign in to comment.