From 0890321c689702e397688a5ec32b40fa76c419a2 Mon Sep 17 00:00:00 2001 From: "bjw-s-bot[bot]" <87358111+bjw-s-bot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:05:19 +0000 Subject: [PATCH] ci(github-action): update helm/chart-testing-action action to v2.6.0 (#214) Co-authored-by: bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com> --- .github/workflows/charts-lint.yaml | 2 +- .github/workflows/charts-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 5c1c21ae..f73c3250 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -62,7 +62,7 @@ jobs: helm: "${{ env.HELM_VERSION }}" - name: Set up chart-testing - uses: helm/chart-testing-action@v2.5.0 + uses: helm/chart-testing-action@v2.6.0 - name: Override chart dependencies uses: ./.github/actions/override-chart-deps diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index aef5271b..89e2d56c 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -61,7 +61,7 @@ jobs: python-version: "3.11" - name: Set up chart-testing - uses: helm/chart-testing-action@v2.5.0 + uses: helm/chart-testing-action@v2.6.0 - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1