Skip to content

Commit e7533ee

Browse files
committed
Bump kustomize versions
- to what is used in kubectl 1.34.x and 1.35.x Signed-off-by: Felix Riegger <felix.riegger@sap.com>
1 parent a66342f commit e7533ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/kustomize-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
uses: actions/checkout@v7
1313
- uses: imranismail/setup-kustomize@v3
1414
with:
15-
kustomize-version: '5.0.0'
15+
kustomize-version: '5.7.1'
1616
- run: |
1717
./hack/validate-kustomize.sh

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ PROTOC_GEN_GO ?= $(LOCALBIN)/protoc-gen-go
355355
PROTOC_GEN_GO_GRPC ?= $(LOCALBIN)/protoc-gen-go-grpc
356356

357357
## Tool Versions
358-
KUSTOMIZE_VERSION ?= v5.1.1
358+
KUSTOMIZE_VERSION ?= v5.7.1
359359
CONTROLLER_TOOLS_VERSION ?= v0.20.0
360360
GEN_CRD_API_REFERENCE_DOCS_VERSION ?= v0.3.0
361361
ADDLICENSE_VERSION ?= v1.1.1

0 commit comments

Comments
 (0)