Skip to content

Commit

Permalink
Merge pull request #692 from e0ne/controller-gen-v0.14.0
Browse files Browse the repository at this point in the history
Bump controller-gen to v0.14.0
  • Loading branch information
SchSeba authored May 1, 2024
2 parents 9562ef7 + e675b85 commit dbc06b5
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 @@ -142,7 +142,7 @@ mock-generate: gomock

CONTROLLER_GEN = $(BIN_DIR)/controller-gen
controller-gen: ## Download controller-gen locally if necessary.
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.9.0)
$(call go-install-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.14.0)

KUSTOMIZE = $(BIN_DIR)/kustomize
kustomize: ## Download kustomize locally if necessary.
Expand Down

0 comments on commit dbc06b5

Please sign in to comment.