From 096d4b6556268173b934d549cbd11e7d0126443b Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Thu, 23 Sep 2021 08:47:34 +0200 Subject: [PATCH] Use helm image for push job --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fd7101..75296ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,9 @@ pages: - master@ananace/charts push: - image: curlimages/curl:latest + image: + name: codenest/helm + entrypoint: ["/bin/sh", "-c"] stage: deploy before_script: - grep 'repository:' charts/*/Chart.yaml | awk '{ print $3 }' | uniq | xargs -rn1 sh -c 'helm repo add $(basename $0) $0'