From c66414f446b44c0c102c0febc50bf2e8422c3a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 09:14:46 +0000 Subject: [PATCH] chore(deps): Bump helm/chart-testing-action from 2.7.0 to 2.8.0 Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.7.0...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/chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 521a329..bfe85bd 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -37,7 +37,7 @@ jobs: python-version: '3.12.2' - name: Set up chart-testing - uses: helm/chart-testing-action@v2.7.0 + uses: helm/chart-testing-action@v2.8.0 with: version: v3.10.1 yamllint_version: 1.35.1