From afc8b4d998ba934d5428a67dbdef2ec787856d9f Mon Sep 17 00:00:00 2001 From: Cyril Tovena Date: Fri, 17 Jul 2020 11:30:21 -0400 Subject: [PATCH] Fixes helm publish that needs now to add repo. (#2371) Signed-off-by: Cyril Tovena --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7dcc155dc3685..7a474f8f5a309 100644 --- a/Makefile +++ b/Makefile @@ -327,6 +327,7 @@ helm: -rm -f production/helm/*/requirements.lock @set -e; \ helm init -c; \ + helm repo add elastic https://helm.elastic.co ; \ for chart in $(CHARTS); do \ helm dependency build $$chart; \ helm lint $$chart; \