Skip to content

Commit

Permalink
build(makefile): bump controller-gen to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo committed Jul 22, 2022
1 parent a495813 commit a80ce83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ CERT_MANAGER_MANIFEST ?= \

KUSTOMIZE_VERSION ?= 3.8.7

CONTROLLER_GEN_VERSION ?= 0.7.0

ADDLICENSE_VERSION ?= 1.0.0

DEPLOY_NAMESPACE ?= cryostat-operator-system
Expand Down Expand Up @@ -201,7 +203,7 @@ check_cert_manager:
# Download controller-gen locally if necessary
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
controller-gen:
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.4.1)
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v$(CONTROLLER_GEN_VERSION))

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

0 comments on commit a80ce83

Please sign in to comment.