Use helm image for push job
This commit is contained in:
parent
844890d9fe
commit
096d4b6556
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ pages:
|
||||||
- master@ananace/charts
|
- master@ananace/charts
|
||||||
|
|
||||||
push:
|
push:
|
||||||
image: curlimages/curl:latest
|
image:
|
||||||
|
name: codenest/helm
|
||||||
|
entrypoint: ["/bin/sh", "-c"]
|
||||||
stage: deploy
|
stage: deploy
|
||||||
before_script:
|
before_script:
|
||||||
- grep 'repository:' charts/*/Chart.yaml | awk '{ print $3 }' | uniq | xargs -rn1 sh -c 'helm repo add $(basename $0) $0'
|
- grep 'repository:' charts/*/Chart.yaml | awk '{ print $3 }' | uniq | xargs -rn1 sh -c 'helm repo add $(basename $0) $0'
|
||||||
|
|
Loading…
Reference in a new issue