From 21832c0d01aa3e0d6d90964197d95c5055f53509 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 20 Aug 2023 13:02:51 +0000 Subject: [PATCH] Update 2 files - /pipelines/helm.yml - /templates/helm.tpl.yml --- pipelines/helm.yml | 2 +- templates/helm.tpl.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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