From 31b8951a681fdc4d9fca99dcd4acdcab98ec9abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Wed, 24 Apr 2019 09:30:01 +0200 Subject: [PATCH] Revert chart-testing upgrades (#13231) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Revert "[ci] Upgrade to chart-testing v2.3.2 (#13225)" This reverts commit 2c6acf023a179a24f50c56c3727f96848b18dce5. Signed-off-by: Reinhard Nägele * Revert "[ci] Upgrade to chart-testing v2.3.1 (#13221)" This reverts commit 9da0ff3d9fa6c5bcdaf97eca34801073c496047e. Signed-off-by: Reinhard Nägele --- .circleci/config.yml | 2 +- test/Dockerfile | 2 +- test/build.sh | 2 +- test/e2e.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd99baeced..39e815138b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: shellcheck -x test/repo-sync.sh lint-charts: docker: - - image: gcr.io/kubernetes-charts-ci/test-image:v3.3.1 + - image: gcr.io/kubernetes-charts-ci/test-image:v3.2.0 steps: - checkout - run: diff --git a/test/Dockerfile b/test/Dockerfile index 6b63548aab..e7cd7d917a 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/helmpack/chart-testing:v2.3.2 +FROM quay.io/helmpack/chart-testing:v2.2.0 ENV PATH /google-cloud-sdk/bin:$PATH ARG CLOUD_SDK_VERSION=212.0.0 diff --git a/test/build.sh b/test/build.sh index d727ccb380..3d729afd15 100755 --- a/test/build.sh +++ b/test/build.sh @@ -18,7 +18,7 @@ set -o errexit set -o nounset set -o pipefail -readonly IMAGE_TAG=v3.3.1 +readonly IMAGE_TAG=v3.2.0 readonly IMAGE_REPOSITORY="gcr.io/kubernetes-charts-ci/test-image" readonly SCRIPT_DIR=$(dirname "$(readlink -f "$0")") diff --git a/test/e2e.sh b/test/e2e.sh index b9ed55c5b6..44408a7c95 100755 --- a/test/e2e.sh +++ b/test/e2e.sh @@ -18,7 +18,7 @@ set -o errexit set -o nounset set -o pipefail -readonly IMAGE_TAG=v3.3.1 +readonly IMAGE_TAG=v3.2.0 readonly IMAGE_REPOSITORY="gcr.io/kubernetes-charts-ci/test-image" readonly REPO_ROOT="${REPO_ROOT:-$(git rev-parse --show-toplevel)}"