11 lines
234 B
YAML
11 lines
234 B
YAML
.helm-createchart:
|
|
image: registry.durp.info/dtzar/helm-kubectl
|
|
stage: build
|
|
script:
|
|
- ./scripts/helm-addrepo.sh
|
|
- ./scripts/helm-package.sh
|
|
- ./scripts/helm-push.sh
|
|
needs:
|
|
- job: version
|
|
artifacts: true
|