Skip to content

Commit

Permalink
chore: uplift kustomize version for match the one from kyaml (opendat…
Browse files Browse the repository at this point in the history
…ahub-io#1158)

- this kustomize is internal used for Operator to generate manifests and bundle
- it does not mean we have converted all component manifests to v5

Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw authored Aug 8, 2024
1 parent b277f77 commit 42f5323
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 @@ -65,7 +65,7 @@ GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint
CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
YQ ?= $(LOCALBIN)/yq
## Tool Versions
KUSTOMIZE_VERSION ?= v3.8.7
KUSTOMIZE_VERSION ?= v5.0.2
CONTROLLER_GEN_VERSION ?= v0.9.2
OPERATOR_SDK_VERSION ?= v1.31.0
GOLANGCI_LINT_VERSION ?= v1.59.1
Expand Down

0 comments on commit 42f5323

Please sign in to comment.