Skip to content

Commit

Permalink
Bump controller-gen to v0.14.0
Browse files Browse the repository at this point in the history
Update to the newer version to omit issue [1].

[1] kubernetes-sigs/controller-tools#888

Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
  • Loading branch information
e0ne authored and rollandf committed Jan 15, 2025
1 parent 26cdbd8 commit fc0b1b6
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 fc0b1b6

Please sign in to comment.