Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GOLANGCI_LINT := $(BIN_DIR)/golangci-lint

# To automatically update, run this command:
# UPDATE_TYPE=<latest-version|latest-build> make update-kustomize-image
KUSTOMIZE_VERSION := v5.4.2-gke.7
KUSTOMIZE_VERSION := v5.4.2-gke.8
KUSTOMIZE := $(BIN_DIR)/kustomize
KUSTOMIZE_STAGING_DIR := $(OUTPUT_DIR)/third_party/kustomize

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 @@ -47,7 +47,7 @@ const (
// HelmVersion is the recommended version of Helm for hydration.
HelmVersion = "v3.20.2-gke.8"
// KustomizeVersion is the recommended version of Kustomize for hydration.
KustomizeVersion = "v5.4.2-gke.7"
KustomizeVersion = "v5.4.2-gke.8"
// Helm is the binary name of the installed Helm.
Helm = "helm"
// Kustomize is the binary name of the installed Kustomize.
Expand Down