Skip to content

Commit

Permalink
chore: bump helm to v3.13.1-gke.2 (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdowell authored Oct 26, 2023
1 parent 224a650 commit 8e773bb
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 @@ -50,7 +50,7 @@ DOCKER_CLI_IMAGE := gcr.io/cloud-builders/docker:20.10.14
# Directory containing installed go binaries.
BIN_DIR := $(GO_DIR)/bin
KUSTOMIZE_VERSION := v5.1.1-gke.2
HELM_VERSION := v3.13.1-gke.1
HELM_VERSION := v3.13.1-gke.2
# Keep KIND_VERSION in sync with the version defined in go.mod
# When upgrading, update the node image versions at e2e/nomostest/clusters/kind.go
KIND_VERSION := v0.20.0
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 @@ -43,7 +43,7 @@ import (

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

0 comments on commit 8e773bb

Please sign in to comment.