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.6
84+ HELM_VERSION := v3.15.3-gke.7
8585HELM := $(BIN_DIR ) /helm
8686HELM_STAGING_DIR := $(OUTPUT_DIR ) /third_party/helm
8787
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ import (
5151
5252const (
5353 // HelmVersion is the recommended version of Helm for hydration.
54- HelmVersion = "v3.15.3-gke.6 "
54+ HelmVersion = "v3.15.3-gke.7 "
5555 // KustomizeVersion is the recommended version of Kustomize for hydration.
5656 KustomizeVersion = "v5.4.2-gke.0"
5757 // Helm is the binary name of the installed Helm.
You can’t perform that action at this time.
0 commit comments