From 000ca81f6d5087a6956505d6d0fea3e444bc9e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 05:58:57 +0000 Subject: [PATCH] chore(deps): bump helm/chart-testing-action from 2.0.1 to 2.8.0 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.0.1 to 2.8.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.0.1...v2.8.0) --- updated-dependencies: - dependency-name: helm/chart-testing-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart.yaml b/.github/workflows/helm-chart.yaml index a714161..5e8265f 100644 --- a/.github/workflows/helm-chart.yaml +++ b/.github/workflows/helm-chart.yaml @@ -21,7 +21,7 @@ jobs: fetch-depth: "0" - name: chart-testing (ct lint) - uses: helm/chart-testing-action@v2.0.1 + uses: helm/chart-testing-action@v2.8.0 - name: Run Helm Chart lint run: |