Skip to content

Commit

Permalink
Bump Kustomize to v4.5.4 (#497)
Browse files Browse the repository at this point in the history
Bump Kustomize to v4

v3.8.7 was throwing errors about excluded packages in its go.mod.
  • Loading branch information
agrski authored Oct 12, 2022
1 parent 85b8c83 commit f51affe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ controller-gen: ## Download controller-gen locally if necessary.
KUSTOMIZE = $(shell pwd)/bin/kustomize
.PHONY: kustomize
kustomize: ## Download kustomize locally if necessary.
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])

ENVTEST = $(shell pwd)/bin/setup-envtest
.PHONY: envtest
Expand Down

0 comments on commit f51affe

Please sign in to comment.