Upgrade CI to Helm 3
This commit is contained in:
parent
031474e9f8
commit
6303de9e53
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue