From f2c9c524471e302d6f108eb8c38af1e24497028d Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 7 Dec 2023 16:54:21 -0500 Subject: [PATCH] ci(test-action): fix missed chart-testing-action upgrade --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b947a27..b6011826 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: python-version: '3.9' check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Lint chart run: ct lint --target-branch ${TARGET_BRANCH} --lint-conf lintconf.yaml --config ct.yaml --chart-yaml-schema chart_schema.yaml test-chart: