From 7dd85bd1fc83aea94973e57ad426e22953ebb010 Mon Sep 17 00:00:00 2001 From: Daniel Reuter Date: Tue, 31 Oct 2023 13:25:33 +0100 Subject: [PATCH] fix: helm chart testing action --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 752138a7..07034535 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,7 @@ jobs: - uses: actions/setup-python@v4 - name: Set up chart-testing - # Switch to released version after this bug has been released: https://github.com/helm/chart-testing-action/issues/132 - uses: helm/chart-testing-action@cb49023b9227b1097e5eddd8824f48bdea11b1aa + uses: helm/chart-testing-action@v2.5.0 - name: Add unit testing plugin run: helm plugin install https://github.com/helm-unittest/helm-unittest.git