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 @@ -36,7 +36,7 @@ GO_DIR := $(OUTPUT_DIR)/go
36
36
# Directory containing installed go binaries.
37
37
BIN_DIR := $(GO_DIR ) /bin
38
38
KUSTOMIZE_VERSION := v5.1.1-gke.0
39
- HELM_VERSION := v3.12.3-gke.1
39
+ HELM_VERSION := v3.12.3-gke.2
40
40
# Keep KIND_VERSION in sync with the version defined in go.mod
41
41
# When upgrading, update the node image versions at e2e/nomostest/clusters/kind.go
42
42
KIND_VERSION := v0.14.0
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import (
43
43
44
44
const (
45
45
// HelmVersion is the recommended version of Helm for hydration.
46
- HelmVersion = "v3.12.3-gke.1 "
46
+ HelmVersion = "v3.12.3-gke.2 "
47
47
// KustomizeVersion is the recommended version of Kustomize for hydration.
48
48
KustomizeVersion = "v5.1.1-gke.0"
49
49
// Helm is the binary name of the installed Helm.
You can’t perform that action at this time.
0 commit comments