mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update 4 files
- /scripts/helm-push.sh - /scripts/helm-login.sh - /templates/helm.tpl.yml - /pipelines/helm.yaml
This commit is contained in:
parent
9aab9546fd
commit
504045e17c
4 changed files with 61 additions and 6 deletions
|
|
@ -1,6 +1,11 @@
|
|||
.helm-createchart:
|
||||
image: registry.durp.info/dtzar/helm-kubectl
|
||||
.helm-build:
|
||||
image: dtzar/helm-kubectl
|
||||
script:
|
||||
- ./scripts/helm-addrepo.sh
|
||||
- ./scripts/variablecheck-version.sh
|
||||
- ./scripts/helm-package.sh
|
||||
|
||||
.helm_push:
|
||||
image: dtzar/helm-kubectl
|
||||
script:
|
||||
- ./scripts/helm-registry-login.sh
|
||||
- ./scripts/helm-push.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue