Skip to content

Commit

Permalink
Fixes helm publish that needs now to add repo. (#2371)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
cyriltovena authored Jul 17, 2020
1 parent 4c60907 commit afc8b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit afc8b4d

Please sign in to comment.