From 41402d6400150c9362a3026abacf185f35cb2276 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Thu, 2 Jun 2022 18:04:31 +0200 Subject: [PATCH] Fixed: action --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d69fc50..5cb6e83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,6 +34,8 @@ jobs: node_image: kindest/node:${{ matrix.k8s }} - name: Set up chart-testing uses: helm/chart-testing-action@v2.2.1 + with: + version: v3.6.0 - name: Add bitnami repo run: helm repo add bitnami https://charts.bitnami.com/bitnami - name: Add elastic repo @@ -46,4 +48,4 @@ jobs: echo "::set-output name=changed::true" fi - name: Run chart-testing (lint and install) - run: ct lint-and-install --chart-dirs=charts --target-branch=main --helm-extra-args="--timeout=15m" --helm-dependency-extra-args="--skip-refresh" --debug=true + run: ct lint-and-install --chart-dirs=charts --target-branch=main --helm-extra-args="--timeout=15m" --helm-dependency-extra-args=["--skip-refresh"] --debug=true