Skip to content

Commit

Permalink
chore: uplift kustomize version for match the one from kyaml (red-hat…
Browse files Browse the repository at this point in the history
…-data-services#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 <wenzhou@redhat.com>
(cherry picked from commit 42f5323)
  • Loading branch information
zdtsw committed Aug 15, 2024
1 parent 6c60fba commit 4338fd3
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 @@ -68,7 +68,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 4338fd3

Please sign in to comment.