From 7889e01cd0b59e4ad8d475735f74ae8cd47308ad Mon Sep 17 00:00:00 2001 From: Ed Welch Date: Sat, 11 Jul 2020 17:56:32 -0400 Subject: [PATCH] looks like yamale 3.0.0 was released with a breaking change in a method parameter, pinning to 2.2.0 (#2341) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 58a5028f7e10..5327b751e93f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -129,7 +129,7 @@ jobs: - run: name: Install Chart Testing tool command: | - pip install yamale yamllint + pip install yamale==2.2.0 yamllint curl -Lo ct.tgz https://github.com/helm/chart-testing/releases/download/v${CT_VERSION}/chart-testing_${CT_VERSION}_linux_amd64.tar.gz sudo tar -C /usr/local/bin -xvf ct.tgz sudo mv /usr/local/bin/etc /etc/ct/