Skip to content

Commit

Permalink
Update controller gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Jul 11, 2024
1 parent 805b688 commit dc6bfbd
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 @@ -166,7 +166,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.15.0)

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

0 comments on commit dc6bfbd

Please sign in to comment.