Skip to content
Snippets Groups Projects
Commit d74adc88 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

publish helm chart

parent 21720e2d
Branches
Tags
No related merge requests found
Pipeline #1446 failed
......@@ -58,12 +58,12 @@ test-helm:
.publish-helm-chart:
variables:
- NEXUS_HELM_URL: https://nexus.ozg-sh.de/service/rest/v1/components?repository=
- NEXUS_HELM_URL: https://nexus.ozg-sh.de/service/rest/v1/components
before_script:
- apk add --no-cache helm curl
script:
- helm package --version=${HELM_CHART_VERSION} src/main/helm
- curl -u ${NEXUS_USER}:${NEXUS_PASSWORD} ${NEXUS_HELM_URL}${NEXUS_HELM_REPO_NAME} -F file=@${PROJECT_ARTIFACTID}-${HELM_CHART_VERSION}.tgz
- curl -u ${NEXUS_USER}:${NEXUS_PASSWORD} ${NEXUS_HELM_URL}?repository=${NEXUS_HELM_REPO_NAME} -F file=@${PROJECT_ARTIFACTID}-${HELM_CHART_VERSION}.tgz
# Merge request jobs
push-merge-request-image-gitlab:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment