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