Fix chartmuseum command

This commit is contained in:
Aram 🍐 2020-12-20 17:56:08 -05:00
parent c48e7a39f5
commit 7caf2ede09

View file

@ -182,7 +182,7 @@ chartmuseum:deploy:
# Deploy using helm chart # Deploy using helm chart
- cd ${CHARTMUSEUM_SRC} - cd ${CHARTMUSEUM_SRC}
- helm repo add chartmuseum https://chartmuseum.github.io/charts && helm repo update - helm repo add chartmuseum https://chartmuseum.github.io/charts && helm repo update
- helm upgrade --install --namespace ${DEPLOY_NAMESPACE} -f values.yaml chartmuseum/chartmuseum - helm upgrade --install --namespace ${DEPLOY_NAMESPACE} -f values.yaml chartmuseum chartmuseum/chartmuseum
only: only:
refs: refs:
- master - master