Skip to content

Commit

Permalink
chore: bump controller-gen to 0.14.0 (#605)
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <arkbriar@gmail.com>
  • Loading branch information
arkbriar authored Feb 23, 2024
1 parent d4739eb commit 77c3d7b
Show file tree
Hide file tree
Showing 5 changed files with 37,186 additions and 57,244 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi
CONTROLLER_GEN = $(shell pwd)/bin/$(OS)/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.13.0)
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0)
KUSTOMIZE = $(shell pwd)/bin/$(OS)/kustomize
kustomize: ## Download kustomize locally if necessary.
Expand Down
Loading

0 comments on commit 77c3d7b

Please sign in to comment.