From 634d2c83d904df2c106ea06155ace45e2f64331e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:04:15 +0000 Subject: [PATCH] chore(deps): update helm/chart-testing-action action to v2.7.0 --- .github/workflows/lint-and-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index 207660d..89384a4 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -78,7 +78,7 @@ jobs: with: fetch-depth: 0 - name: Install helm/chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 # Change version of the Helm chart to the next one so test upgrade path - name: Set chart version to rt's next-version run: | @@ -116,7 +116,7 @@ jobs: # Test chart installation - name: Install helm/chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Test charts' installation path run: | ct install --all \