From 91d0d7c137619f427030d2209bd329989e0b6e3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:03:15 +0000 Subject: [PATCH] Update helm/chart-testing-action action to v2.6.1 --- .github/workflows/helm-charts-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-charts-test.yaml b/.github/workflows/helm-charts-test.yaml index 9baddb3..7cc517a 100644 --- a/.github/workflows/helm-charts-test.yaml +++ b/.github/workflows/helm-charts-test.yaml @@ -12,7 +12,7 @@ jobs: - name: Fetch history run: git fetch --prune --unshallow - name: Install Chart Tester - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Add WyriHaximusNet repo run: helm repo add WyriHaximusNet https://helm.wyrihaximus.net/ - name: Lint charts @@ -78,6 +78,6 @@ jobs: - name: Add WyriHaximusNet repo run: helm repo add WyriHaximusNet https://helm.wyrihaximus.net/ - name: Install Chart Tester - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Test charts run: ct install