Upgrades helm for publishing.
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
3a2dc42b03
commit
22b3ec1ddc
1 changed files with 2 additions and 2 deletions
|
@ -12,14 +12,14 @@ jobs:
|
||||||
publish:
|
publish:
|
||||||
docker:
|
docker:
|
||||||
# We just need an image with `helm` on it. Handily we know of one already.
|
# We just need an image with `helm` on it. Handily we know of one already.
|
||||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0
|
- image: quay.io/helmpack/chart-testing:v3.3.1
|
||||||
steps:
|
steps:
|
||||||
# install the additional keys needed to push to Github. Alex Collins owns these keys.
|
# install the additional keys needed to push to Github. Alex Collins owns these keys.
|
||||||
- add_ssh_keys
|
- add_ssh_keys
|
||||||
- run: git config --global user.email "nobody@circleci.com"
|
- run: git config --global user.email "nobody@circleci.com"
|
||||||
- run: git config --global user.name "Circle CI Build"
|
- run: git config --global user.name "Circle CI Build"
|
||||||
- checkout
|
- checkout
|
||||||
- run: helm init --client-only --stable-repo-url=https://charts.helm.sh/stable
|
- run: helm repo add stable https://charts.helm.sh/stable
|
||||||
# Only actually publish charts on master.
|
# Only actually publish charts on master.
|
||||||
- run: |
|
- run: |
|
||||||
set -x
|
set -x
|
||||||
|
|
Loading…
Reference in a new issue