From 09b466466a49ed620ccda586ba1c08637793fc68 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 11 Jul 2023 13:13:10 +0200 Subject: [PATCH] Utilize ct install --github-groups in ci workflow https://github.com/helm/chart-testing/pull/556 Signed-off-by: Marco Franssen --- .github/workflows/helm-chart-ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index f573bc967..94dbed9e4 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -24,7 +24,7 @@ env: HELM_VERSION: v3.12.0 PYTHON_VERSION: 3.11.3 KIND_VERSION: v0.19.0 - CHART_TESTING_VERSION: v3.8.0 + CHART_TESTING_VERSION: v3.9.0 jobs: checks: @@ -171,6 +171,7 @@ jobs: - name: Run chart-testing (install) run: | ct install --config ct.yaml \ + --github-groups \ --target-branch ${{ github.base_ref }} - name: Test summary