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