Skip to content

Commit

Permalink
[chore] Bump Helm to v3.14.3-gke.1 (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanny29631 authored Mar 28, 2024
1 parent 4960737 commit f0fc85f
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 @@ -60,7 +60,7 @@ KUSTOMIZE_VERSION := v5.3.0-gke.1
KUSTOMIZE := $(BIN_DIR)/kustomize
KUSTOMIZE_STAGING_DIR := $(OUTPUT_DIR)/third_party/kustomize

HELM_VERSION := v3.13.3-gke.3
HELM_VERSION := v3.14.3-gke.1
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.13.3-gke.3"
HelmVersion = "v3.14.3-gke.1"
// KustomizeVersion is the recommended version of Kustomize for hydration.
KustomizeVersion = "v5.3.0-gke.1"
// Helm is the binary name of the installed Helm.
Expand Down

0 comments on commit f0fc85f

Please sign in to comment.