Skip to content

Commit

Permalink
Pin envtest version
Browse files Browse the repository at this point in the history
As per instructions at https://github.com/kubernetes-sigs/controller-runtime/tree/main/tools/setup-envtest

This should prevent current and future breakage.
  • Loading branch information
benwh committed Aug 19, 2024
1 parent 20c0698 commit c814eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ manifests: generate
install-tools:
go install github.com/onsi/ginkgo/[email protected]
go install sigs.k8s.io/controller-tools/cmd/[email protected]
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17

install-tools-homebrew:
brew install kubernetes-cli kustomize kind
Expand Down

0 comments on commit c814eba

Please sign in to comment.