Skip to content

Commit

Permalink
Bump helm version (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanny29631 authored Jan 7, 2025
1 parent cf35c82 commit d43245f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ KUSTOMIZE_VERSION := v5.4.2-gke.0
KUSTOMIZE := $(BIN_DIR)/kustomize
KUSTOMIZE_STAGING_DIR := $(OUTPUT_DIR)/third_party/kustomize

HELM_VERSION := v3.15.3-gke.1
HELM_VERSION := v3.15.3-gke.2
HELM := $(BIN_DIR)/helm
HELM_STAGING_DIR := $(OUTPUT_DIR)/third_party/helm

Expand Down
2 changes: 1 addition & 1 deletion pkg/hydrate/tool_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import (

const (
// HelmVersion is the recommended version of Helm for hydration.
HelmVersion = "v3.15.3-gke.1"
HelmVersion = "v3.15.3-gke.2"
// KustomizeVersion is the recommended version of Kustomize for hydration.
KustomizeVersion = "v5.4.2-gke.0"
// Helm is the binary name of the installed Helm.
Expand Down

0 comments on commit d43245f

Please sign in to comment.