Skip to content

Commit 1a8f8ee

Browse files
chore: bump helm version for CVE fix (#1829)
1 parent ae4cb32 commit 1a8f8ee

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
@@ -81,7 +81,7 @@ KUSTOMIZE_VERSION := v5.4.2-gke.0
8181
KUSTOMIZE := $(BIN_DIR)/kustomize
8282
KUSTOMIZE_STAGING_DIR := $(OUTPUT_DIR)/third_party/kustomize
8383

84-
HELM_VERSION := v3.15.3-gke.6
84+
HELM_VERSION := v3.15.3-gke.7
8585
HELM := $(BIN_DIR)/helm
8686
HELM_STAGING_DIR := $(OUTPUT_DIR)/third_party/helm
8787

pkg/hydrate/tool_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import (
5151

5252
const (
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.

0 commit comments

Comments
 (0)