Skip to content

Commit

Permalink
Update kind to 0.14 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios committed Jun 17, 2022
1 parent df23f17 commit 153dc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ builddockerlocal: build
done

installkind:
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.13.0/kind-linux-amd64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.14.0/kind-linux-amd64
chmod +x ./kind
mkdir -p ./pkg/operator/testbin/bin
mv ./kind ./pkg/operator/testbin/bin/kind
Expand Down Expand Up @@ -113,4 +113,4 @@ create-install-files-dev:
clean:
docker rmi $(IMAGE_NAMES) >/dev/null 2>&1 || true
rm -rf -- $(UPTODATE_FILES) $(EXES) .cache dist
go clean ./...
go clean ./...

0 comments on commit 153dc4e

Please sign in to comment.