Skip to content

Commit 4f5ee4c

Browse files
author
Chris Privitere
committed
Drop kustomize to 4.0.4 to avoid line wrapping issue
1 parent 8fac4c3 commit 4f5ee4c

File tree

3 files changed

+401
-1605
lines changed

3 files changed

+401
-1605
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ GOLANGCI_LINT_VER := v1.44.0
7373
GOLANGCI_LINT_BIN := golangci-lint
7474
GOLANGCI_LINT := $(TOOLS_BIN_DIR)/$(GOLANGCI_LINT_BIN)-$(GOLANGCI_LINT_VER)
7575

76-
KUSTOMIZE_VER := v4.4.1
76+
KUSTOMIZE_VER := v4.0.4
7777
KUSTOMIZE_BIN := kustomize
7878
KUSTOMIZE := $(TOOLS_BIN_DIR)/$(KUSTOMIZE_BIN)-$(KUSTOMIZE_VER)
7979

0 commit comments

Comments
 (0)