Skip to content

Commit

Permalink
fix: fix manifest generator error
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Sep 2, 2024
1 parent 587b660 commit 9ae9b38
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 591 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest

## Tool Versions
KUSTOMIZE_VERSION ?= v5.4.2
CONTROLLER_TOOLS_VERSION ?= v0.15.0
CONTROLLER_TOOLS_VERSION ?= v0.16.2

.PHONY: kustomize
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary. If wrong version is installed, it will be removed before downloading.
Expand Down
Loading

0 comments on commit 9ae9b38

Please sign in to comment.