Update 2 files
- /pipelines/helm.yml - /templates/helm.tpl.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user