From efbc17f576b44b77167f74ca6db5b25b7dd0ee42 Mon Sep 17 00:00:00 2001 From: Jonathan Langlois Date: Thu, 9 Dec 2021 10:18:31 -0800 Subject: [PATCH] test: deps include additional dependent repos --- .github/workflows/publish-helm-chart.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-helm-chart.yml b/.github/workflows/publish-helm-chart.yml index 072c17e4..e4346064 100644 --- a/.github/workflows/publish-helm-chart.yml +++ b/.github/workflows/publish-helm-chart.yml @@ -33,7 +33,9 @@ jobs: - name: Add Helm Dependencies run: | - helm repo add incubator https://charts.helm.sh/incubator + helm repo add etcd https://charts.helm.sh/incubator + helm repo add zookeeper https://charts.helm.sh/incubator + helm repo add consul https://charts.helm.sh/stable - name: Run chart-releaser uses: helm/chart-releaser-action@v1.2.1