Fix chartmuseum command
This commit is contained in:
parent
c48e7a39f5
commit
7caf2ede09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue