publish chart to GitLab repository

This commit is contained in:
Maarten de Waard 2021-12-13 09:45:55 +01:00
parent 0bd57ea5e6
commit d393cd8998
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA

View file

@ -1,10 +1,19 @@
include:
- remote: https://open.greenhost.net/stackspin/stackspin/-/raw/main/.gitlab/ci_templates/helm_package.yml
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
stages:
- build-project
- build-container
- lint-helm-chart
- package-helm-chart
- release-helm-chart
image: node:14-alpine
variables:
CHART_NAME: local-path-provisioner
CHART_DIR: deployment/helmchart/
KANIKO_BUILD_IMAGENAME: dashboard
build-project: