Skip to content

Commit

Permalink
Merge pull request #476 from Kuadrant/update-controller-gen
Browse files Browse the repository at this point in the history
Update controller-gen to v0.15.0
  • Loading branch information
adam-cattermole authored Aug 7, 2024
2 parents 1ac43d6 + 1fdfd58 commit 7f5c978
Show file tree
Hide file tree
Showing 4 changed files with 2,351 additions and 3,212 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ help:

CONTROLLER_GEN = $(PROJECT_DIR)/bin/controller-gen
controller-gen: ## Installs controller-gen in $PROJECT_DIR/bin
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.9.0)
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.15.0)

KUSTOMIZE = $(PROJECT_DIR)/bin/kustomize
kustomize: ## Installs kustomize in $PROJECT_DIR/bin
Expand Down
Loading

0 comments on commit 7f5c978

Please sign in to comment.