Fix initial 'make charts' failure

Change-Id: Iddba014c9f58aaab24918b51a1f8942aa5ea4c01
This commit is contained in:
Kochetov, Mikhail (mk899x) 2017-11-09 16:21:48 -07:00
parent 7ba52adf1f
commit a3f0bafb7f
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ images: build_deckhand
# Create tgz of the chart
.PHONY: charts
charts: clean
$(HELM) dep up charts/deckhand
$(HELM) package charts/deckhand
# Perform linting
@ -43,7 +44,7 @@ build_deckhand:
.PHONY: clean
clean:
rm -rf build
helm delete helm-template
helm delete helm-template ||:
.PHONY: pep8
pep8: