diff --git a/Makefile b/Makefile index 3e16c434e5..4b4f75d741 100644 --- a/Makefile +++ b/Makefile @@ -49,8 +49,8 @@ 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.1 -HELM_VERSION := v3.13.1-gke.0 +KUSTOMIZE_VERSION := v5.1.1-gke.2 +HELM_VERSION := v3.13.1-gke.1 # 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.14.0 diff --git a/pkg/hydrate/tool_util.go b/pkg/hydrate/tool_util.go index 41046d91f7..64d094c49c 100644 --- a/pkg/hydrate/tool_util.go +++ b/pkg/hydrate/tool_util.go @@ -43,9 +43,9 @@ import ( const ( // HelmVersion is the recommended version of Helm for hydration. - HelmVersion = "v3.13.1-gke.0" + HelmVersion = "v3.13.1-gke.1" // KustomizeVersion is the recommended version of Kustomize for hydration. - KustomizeVersion = "v5.1.1-gke.1" + KustomizeVersion = "v5.1.1-gke.2" // Helm is the binary name of the installed Helm. Helm = "helm" // Kustomize is the binary name of the installed Kustomize.