diff --git a/Makefile b/Makefile index 067da223..2fd86f6d 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ images: build_airflow build_shipyard # Create tgz of the chart .PHONY: charts charts: clean + $(HELM) dep up charts/shipyard $(HELM) package charts/shipyard # Perform Linting