Skip to content

Commit df26f2a

Browse files
chore: bump helm version to 3.15.3-gke.9 (#1927)
1 parent 89a937b commit df26f2a

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.7
84+
HELM_VERSION := v3.15.3-gke.9
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
@@ -44,7 +44,7 @@ import (
4444

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

0 commit comments

Comments
 (0)