From 4295edd7d7e358de2989e856b45bc145ac264122 Mon Sep 17 00:00:00 2001 From: Jonathan Langlois Date: Thu, 9 Dec 2021 10:13:54 -0800 Subject: [PATCH] test: deps add dependent repositories before releaser stage --- .github/workflows/publish-helm-chart.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-helm-chart.yml b/.github/workflows/publish-helm-chart.yml index 1c6e6fac..072c17e4 100644 --- a/.github/workflows/publish-helm-chart.yml +++ b/.github/workflows/publish-helm-chart.yml @@ -31,6 +31,10 @@ jobs: with: version: v3.4.0 + - name: Add Helm Dependencies + run: | + helm repo add incubator https://charts.helm.sh/incubator + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.2.1 with: