From dbae215d46640547af98d414569e1fe275b8a139 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 5 Apr 2018 03:08:59 +0600 Subject: [PATCH] Update Makefile.repo (#53) --- modules/helm/Makefile.repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helm/Makefile.repo b/modules/helm/Makefile.repo index dbe803a2..a334bd76 100644 --- a/modules/helm/Makefile.repo +++ b/modules/helm/Makefile.repo @@ -110,7 +110,7 @@ helm/repo/lint: $(call assert-set,REPO_NAME) @echo "## Linting charts $(shell pwd)" @find $(HELM_REPO_PATH) -maxdepth 1 -mindepth 1 -type d | \ - xargs -n 1 -I'{}' $(HELM) lint --strict {} + xargs -n 1 -I'{}' $(HELM) lint {} ## Clean helm repo helm/repo/clean: