Skip to content

Commit e46707f

Browse files
Update Makefile
Co-authored-by: Ciaran Sweet <[email protected]>
1 parent 5d337f4 commit e46707f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ deploy:
1818
@helm repo add eoapi $(HELM_REPO_URL)
1919
@echo "Installing eoAPI helm chart."
2020
@cd ./helm-chart && \
21+
helm dependency build ./eoapi && \
2122
helm install --namespace eoapi --create-namespace --set gitSha=$$(git rev-parse HEAD | cut -c1-10) eoapi ./eoapi
2223

2324
minikube:

0 commit comments

Comments
 (0)