From 6c8391f655cf08baee5014d69589692b62dd193f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Mon, 30 Sep 2024 10:57:47 +0200 Subject: [PATCH] Test with latest Helm --- .github/workflows/ci-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index a04c6da0..7601d4a1 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/ch1rt-testing-action@v2.6.1 - name: Lint charts run: ct lint --charts=charts/trino --validate-maintainers=false @@ -47,7 +47,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v4 with: - version: v3.14.4 + version: v3.16.1 - name: Set up chart-testing uses: helm/chart-testing-action@v2.6.1 - name: Create kind cluster