diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11acd28..02b2491 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,4 +37,4 @@ deploy_helm_charts: script: - kubectl config use-context $CONTEXT - | - helm upgrade --install warehouse13-dev ./helm/warehouse13 --namespace $NAMESPACE -f $VALUES_FILE --set app.image.repository=$CI_REGISTRY_NAME --set app.image.tag=$CI_COMMIT_REF_SLUG-$CI__COMMIT_SHORT_SHA \ No newline at end of file + helm upgrade --install warehouse13-dev ./helm/warehouse13 --namespace $NAMESPACE -f $VALUES_FILE --set app.image.repository=$CI_REGISTRY_NAME --set app.image.tag=$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA \ No newline at end of file