Upgrades helm for publishing.

Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
Vlad Losev 2021-01-11 16:30:04 -08:00
parent 3a2dc42b03
commit 22b3ec1ddc
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE

View file

@ -12,14 +12,14 @@ jobs:
publish:
docker:
# 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:
# install the additional keys needed to push to Github. Alex Collins owns these keys.
- add_ssh_keys
- run: git config --global user.email "nobody@circleci.com"
- run: git config --global user.name "Circle CI Build"
- 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.
- run: |
set -x