mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
Update 2 files
- /pipelines/helm.yml - /templates/helm.tpl.yml
This commit is contained in:
parent
a1db997227
commit
21832c0d01
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ helm-build:
|
||||||
- if: $CI_COMMIT_REF_NAME == 'main'
|
- if: $CI_COMMIT_REF_NAME == 'main'
|
||||||
- if: $CI_COMMIT_BRANCH =~ '/^release/'
|
- if: $CI_COMMIT_BRANCH =~ '/^release/'
|
||||||
|
|
||||||
helm:
|
helm-push:
|
||||||
extends: .helm-push
|
extends: .helm-push
|
||||||
stage: publish
|
stage: publish
|
||||||
needs:
|
needs:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
script:
|
script:
|
||||||
- ./scripts/helm-package.sh
|
- ./scripts/helm-package.sh
|
||||||
|
|
||||||
.helm_push:
|
.helm-push:
|
||||||
image: dtzar/helm-kubectl
|
image: dtzar/helm-kubectl
|
||||||
script:
|
script:
|
||||||
- ./scripts/helm-login.sh
|
- ./scripts/helm-login.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue