Skip to content

Commit

Permalink
ci: Bump kustomize to v5.3.0
Browse files Browse the repository at this point in the history
The current kustomize version used in Makefile (v3.8.7) was released
on Nov, 2020 and does not support aarch64, ppc64le and s390x.

This is to bump the version to the latest.

Fixes: #323

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
  • Loading branch information
BbolroC committed Jan 16, 2024
1 parent e290f0f commit 2f42812
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 @@ -184,7 +184,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
OPERATOR_SDK ?= $(LOCALBIN)/operator-sdk

## Tool Versions
KUSTOMIZE_VERSION ?= v3.8.7
KUSTOMIZE_VERSION ?= v5.3.0
CONTROLLER_TOOLS_VERSION ?= v0.9.2
OPERATOR_SDK_VERSION ?= v1.30.0

Expand Down

0 comments on commit 2f42812

Please sign in to comment.