Skip to content

Commit c9a5e2d

Browse files
authored
chore: downgrade kustomize to v5.4.2-gke.1 (#1995)
1 parent cde875e commit c9a5e2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ GO_JUNIT_REPORT := $(BIN_DIR)/go-junit-report
7777
GOLANGCI_LINT_VERSION := v1.63.4
7878
GOLANGCI_LINT := $(BIN_DIR)/golangci-lint
7979

80-
KUSTOMIZE_VERSION := v5.8.0-gke.2
80+
KUSTOMIZE_VERSION := v5.4.2-gke.1
8181
KUSTOMIZE := $(BIN_DIR)/kustomize
8282
KUSTOMIZE_STAGING_DIR := $(OUTPUT_DIR)/third_party/kustomize
8383

pkg/hydrate/tool_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646
// HelmVersion is the recommended version of Helm for hydration.
4747
HelmVersion = "v3.18.6-gke.1"
4848
// KustomizeVersion is the recommended version of Kustomize for hydration.
49-
KustomizeVersion = "v5.8.0-gke.2"
49+
KustomizeVersion = "v5.4.2-gke.1"
5050
// Helm is the binary name of the installed Helm.
5151
Helm = "helm"
5252
// Kustomize is the binary name of the installed Kustomize.

0 commit comments

Comments
 (0)