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 @@ -81,7 +81,7 @@ KUSTOMIZE_VERSION := v5.4.2-gke.0
8181KUSTOMIZE := $(BIN_DIR ) /kustomize
8282KUSTOMIZE_STAGING_DIR := $(OUTPUT_DIR ) /third_party/kustomize
8383
84- HELM_VERSION := v3.15.3-gke.7
84+ HELM_VERSION := v3.15.3-gke.9
8585HELM := $(BIN_DIR ) /helm
8686HELM_STAGING_DIR := $(OUTPUT_DIR ) /third_party/helm
8787
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import (
4444
4545const (
4646 // HelmVersion is the recommended version of Helm for hydration.
47- HelmVersion = "v3.15.3-gke.7 "
47+ HelmVersion = "v3.15.3-gke.9 "
4848 // KustomizeVersion is the recommended version of Kustomize for hydration.
4949 KustomizeVersion = "v5.4.2-gke.0"
5050 // Helm is the binary name of the installed Helm.
You can’t perform that action at this time.
0 commit comments