Skip to content

Commit

Permalink
Update helm and kustomize versions to fix CVEs (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyanmeng authored Oct 17, 2023
1 parent 51bfb49 commit d261c10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.0
Expand Down
4 changes: 2 additions & 2 deletions pkg/hydrate/tool_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d261c10

Please sign in to comment.