Use helm image for push job

This commit is contained in:
Alexander Olofsson 2021-09-23 08:47:34 +02:00
parent 844890d9fe
commit 096d4b6556
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

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