diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7e3f3d..21b5586 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.7.0 + uses: helm/chart-testing-action@v2.8.0 - name: Copy example values into ci/ run: cp charts/vector/examples/*-values.yaml charts/vector/ci/ - name: Run chart-testing (lint) @@ -90,7 +90,7 @@ jobs: with: node_image: kindest/node:${{ matrix.k8s }} - name: Set up chart-testing - uses: helm/chart-testing-action@v2.7.0 + uses: helm/chart-testing-action@v2.8.0 - name: Copy example values into ci/ run: cp charts/vector/examples/*-values.yaml charts/vector/ci/ - name: Run chart-testing (install)