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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue