From 931ebc1a6ebb93b8cde7581870987f1579605817 Mon Sep 17 00:00:00 2001 From: Michael Heap Date: Thu, 25 May 2023 12:27:40 +0100 Subject: [PATCH] fix(release): Set up dependent chart repos --- .github/workflows/main-push.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main-push.yaml b/.github/workflows/main-push.yaml index 1554332d6..e6fdee007 100644 --- a/.github/workflows/main-push.yaml +++ b/.github/workflows/main-push.yaml @@ -31,6 +31,11 @@ jobs: - name: Set up chart-testing uses: helm/chart-testing-action@v2.4.0 + - name: Add dependency chart repos + run: | + helm repo add bitnami https://charts.bitnami.com/bitnami + helm repo add kong https://charts.konghq.com + - name: Run chart-testing (lint) run: ct lint --charts ${{ matrix.chart-name }} working-directory: charts