Skip to content

Commit 878d887

Browse files
authored
Update helm binary to fix CVE (#858) (#859)
CVE: GHSA-6xv5-86q9-7xr8
1 parent 3d011de commit 878d887

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
@@ -36,7 +36,7 @@ GO_DIR := $(OUTPUT_DIR)/go
3636
# Directory containing installed go binaries.
3737
BIN_DIR := $(GO_DIR)/bin
3838
KUSTOMIZE_VERSION := v5.1.1-gke.0
39-
HELM_VERSION := v3.12.3-gke.1
39+
HELM_VERSION := v3.12.3-gke.2
4040
# Keep KIND_VERSION in sync with the version defined in go.mod
4141
# When upgrading, update the node image versions at e2e/nomostest/clusters/kind.go
4242
KIND_VERSION := v0.14.0

pkg/hydrate/tool_util.go

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

4444
const (
4545
// HelmVersion is the recommended version of Helm for hydration.
46-
HelmVersion = "v3.12.3-gke.1"
46+
HelmVersion = "v3.12.3-gke.2"
4747
// KustomizeVersion is the recommended version of Kustomize for hydration.
4848
KustomizeVersion = "v5.1.1-gke.0"
4949
// Helm is the binary name of the installed Helm.

0 commit comments

Comments
 (0)