File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ GO_JUNIT_REPORT := $(BIN_DIR)/go-junit-report
7777GOLANGCI_LINT_VERSION := v1.63.4
7878GOLANGCI_LINT := $(BIN_DIR ) /golangci-lint
7979
80- KUSTOMIZE_VERSION := v5.8.0 -gke.2
80+ KUSTOMIZE_VERSION := v5.4.2 -gke.1
8181KUSTOMIZE := $(BIN_DIR ) /kustomize
8282KUSTOMIZE_STAGING_DIR := $(OUTPUT_DIR ) /third_party/kustomize
8383
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments