From 93b89420eb37822a310cf66f8719480467a15f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:58:43 +0000 Subject: [PATCH] ci: bump helm/chart-testing-action Bumps the minor group with 1 update in the /.github/workflows directory: [helm/chart-testing-action](https://github.com/helm/chart-testing-action). Updates `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 dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_helm_lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_helm_lint.yaml b/.github/workflows/_helm_lint.yaml index 668ded88..76b9cdff 100644 --- a/.github/workflows/_helm_lint.yaml +++ b/.github/workflows/_helm_lint.yaml @@ -16,7 +16,7 @@ jobs: uses: azure/setup-helm@v4.2.0 - name: Setup chart-testing - uses: helm/chart-testing-action@v2.7.0 + uses: helm/chart-testing-action@v2.8.0 - name: Install chart dependencies run: |