mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
updates
This commit is contained in:
parent
7d0a9e4cce
commit
a0505c1891
8 changed files with 90 additions and 181 deletions
10
templates/helm.tpl.yml
Normal file
10
templates/helm.tpl.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue