Skip to content

Commit

Permalink
upgrade controller-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Jul 12, 2024
1 parent 5c4d4dd commit 904e0ab
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 @@ -182,7 +182,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi

CONTROLLER_GEN = $(shell pwd)/testbin/bin/controller-gen
controller-gen: ## Download controller-gen locally if necessary.
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.8.0)
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0)

KUSTOMIZE = $(shell pwd)/testbin/bin/kustomize
kustomize: ## Download kustomize locally if necessary.
Expand Down

0 comments on commit 904e0ab

Please sign in to comment.