publish chart to GitLab repository
This commit is contained in:
parent
0bd57ea5e6
commit
d393cd8998
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
stages:
|
||||||
- build-project
|
- build-project
|
||||||
- build-container
|
- build-container
|
||||||
|
- lint-helm-chart
|
||||||
|
- package-helm-chart
|
||||||
|
- release-helm-chart
|
||||||
|
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
CHART_NAME: local-path-provisioner
|
||||||
|
CHART_DIR: deployment/helmchart/
|
||||||
KANIKO_BUILD_IMAGENAME: dashboard
|
KANIKO_BUILD_IMAGENAME: dashboard
|
||||||
|
|
||||||
build-project:
|
build-project:
|
||||||
|
|
Loading…
Reference in a new issue