From 36e13e1078c87ce4588201bccc30dab81978d059 Mon Sep 17 00:00:00 2001 From: xiaolong ran Date: Fri, 13 Nov 2020 10:51:44 +0800 Subject: [PATCH] Upgrade chart-testing-action to 2.0.0 (#83) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiaolong.ran ### Motivation The lint ci error as follows: ``` Linting chart 'pulsar => (version: "2.6.2-1", path: "charts/pulsar")' Checking chart 'pulsar => (version: "2.6.2-1", path: "charts/pulsar")' for a version bump... Old chart version: 2.6.1-2 New chart version: 2.6.2-1 Chart version ok. Validating /workdir/charts/pulsar/Chart.yaml... Validation success! 👍 Validating maintainers... Error: Error linting charts: Error processing charts ------------------------------------------------------------------------------------------------------------------------ ✖︎ pulsar => (version: "2.6.2-1", path: "charts/pulsar") > Error validating maintainer 'The Apache Pulsar Team': 404 Not Found ------------------------------------------------------------------------------------------------------------------------ Error linting charts: Error processing charts ``` ### Modifications Upgrade `chart-testing-action` to 2.0.0 ### Verifying this change - [x] Make sure that the change passes the CI checks. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a8c807e..7b75673 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,6 +43,6 @@ jobs: - name: Lint chart id: lint - uses: helm/chart-testing-action@v1.0.0 + uses: helm/chart-testing-action@v2.0.0 with: command: lint