From 61190d07421f33c6468ab2554032c82edf446ccd Mon Sep 17 00:00:00 2001 From: krrrr38 Date: Sun, 10 Jan 2021 06:55:55 +0900 Subject: [PATCH] fix(ci): change publish docker image from gcr.io/kubernetes-charts-ci/test-image to quay.io/helmpack/chart-testing Signed-off-by: krrrr38 --- .circleci/config.yml | 5 ++--- scripts/publish.sh | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 70397b3a..7baf8734 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 jobs: lint: docker: - - image: quay.io/helmpack/chart-testing:v3.3.1 + - image: quay.io/helmpack/chart-testing:v3.3.1 steps: - checkout - run: ct lint --config .circleci/chart-testing.yaml --lint-conf .circleci/lintconf.yaml @@ -11,14 +11,13 @@ 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 # Only actually publish charts on master. - run: | set -x diff --git a/scripts/publish.sh b/scripts/publish.sh index be918fe4..cf6aa180 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -6,8 +6,9 @@ GIT_PUSH=${GIT_PUSH:-false} rm -rf $SRCROOT/output && git clone -b gh-pages git@github.com:argoproj/argo-helm.git $SRCROOT/output -helm repo add stable https://kubernetes-charts.storage.googleapis.com +helm repo add stable https://charts.helm.sh/stable helm repo add argoproj https://argoproj.github.io/argo-helm +helm repo add minio https://helm.min.io/ for dir in $(find $SRCROOT/charts -mindepth 1 -maxdepth 1 -type d); do