diff --git a/pipelines/helm.yml b/pipelines/helm.yml index f717d86..3aeb8cd 100644 --- a/pipelines/helm.yml +++ b/pipelines/helm.yml @@ -33,7 +33,7 @@ helm-build: - if: $CI_COMMIT_REF_NAME == 'main' - if: $CI_COMMIT_BRANCH =~ '/^release/' -helm: +helm-push: extends: .helm-push stage: publish needs: diff --git a/templates/helm.tpl.yml b/templates/helm.tpl.yml index e398ad3..01f6cad 100644 --- a/templates/helm.tpl.yml +++ b/templates/helm.tpl.yml @@ -3,7 +3,7 @@ script: - ./scripts/helm-package.sh -.helm_push: +.helm-push: image: dtzar/helm-kubectl script: - ./scripts/helm-login.sh