Skip to content
Snippets Groups Projects
Verified Commit 677576f2 authored by Martin Weise's avatar Martin Weise
Browse files

Updated not found

parent f07cb020
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ deploy-staging:
- helm package ./helm/seaweedfs --destination ./build
- helm dependency update ./helm/dbrepo
- helm package ./helm/dbrepo --destination ./build
- helm -n ${CI_ENV_STAGING_NAMESPACE} uninstall ${CI_ENV_STAGING_RELEASE_NAME}
- helm -n ${CI_ENV_STAGING_NAMESPACE} uninstall ${CI_ENV_STAGING_RELEASE_NAME} --ignore-not-found
- kubectl -n ${CI_ENV_STAGING_NAMESPACE} delete pvc --all
script:
- helm -n ${CI_ENV_STAGING_NAMESPACE} upgrade --install ${CI_ENV_STAGING_RELEASE_NAME} ./build/dbrepo-${CHART_VERSION}.tgz --create-namespace -f ./.gitlab/agents/dev/values.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment