From a9e173565d77a3bb6b44a1cdbddb81484fb50905 Mon Sep 17 00:00:00 2001 From: PT-ATA No One Date: Mon, 15 Jan 2024 16:50:32 +0100 Subject: [PATCH] add chart repo to command --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b39fd9..513cdfe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: uses: helm/chart-testing-action@v2.6.0 - name: Run chart-testing (lint) - run: ct lint --validate-maintainers=false --charts charts/vaas + run: ct lint --chart-repos oci-registry=oci://ghcr.io/gdatasoftwareag --validate-maintainers=false --charts charts/vaas - name: Run chart-releaser if: github.ref == 'refs/heads/main'