From 7caf2ede09b4c67800f79bc01186edde849a6b5b Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Sun, 20 Dec 2020 17:56:08 -0500 Subject: [PATCH] Fix chartmuseum command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03bbfef..61e2ba9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -182,7 +182,7 @@ chartmuseum:deploy: # Deploy using helm chart - cd ${CHARTMUSEUM_SRC} - 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: refs: - master