Upgrade CI to Helm 3

This commit is contained in:
Alexander Olofsson 2020-08-10 10:17:50 +02:00
parent 031474e9f8
commit 6303de9e53

View file

@ -5,7 +5,7 @@ stages:
lint:charts:
image:
name: linkyard/docker-helm
name: codenest/helm
entrypoint: ["/bin/sh", "-c"]
stage: test
script:
@ -13,13 +13,13 @@ lint:charts:
pages:
image:
name: linkyard/docker-helm
name: codenest/helm
entrypoint: ["/bin/sh", "-c"]
stage: deploy
script:
- mkdir -p public
- "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt"
- helm init --client-only
- helm init
- (cd public; helm package ../charts/*)
- helm repo index public --url ${CI_PAGES_URL}
artifacts: