Skip to content

Commit

Permalink
Bump Kustomize version to fix CVE (#884)
Browse files Browse the repository at this point in the history
* Bump Kustomize version to fix CVE

* Update kustomize version
  • Loading branch information
victorpras authored Sep 18, 2023
1 parent 7e0acda commit 0803e02
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 @@ -38,7 +38,7 @@ GO_DIR := $(OUTPUT_DIR)/go

# Directory containing installed go binaries.
BIN_DIR := $(GO_DIR)/bin
KUSTOMIZE_VERSION := v5.1.1-gke.0
KUSTOMIZE_VERSION := v5.1.1-gke.1
HELM_VERSION := v3.12.3-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
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 @@ -45,7 +45,7 @@ const (
// HelmVersion is the recommended version of Helm for hydration.
HelmVersion = "v3.12.3-gke.2"
// KustomizeVersion is the recommended version of Kustomize for hydration.
KustomizeVersion = "v5.1.1-gke.0"
KustomizeVersion = "v5.1.1-gke.1"
// 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 0803e02

Please sign in to comment.