Update 2 files

- /pipelines/helm.yml
- /templates/helm.tpl.yml
This commit is contained in:
2023-08-20 13:02:51 +00:00
parent a1db997227
commit 21832c0d01
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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