Skip to content

Commit

Permalink
test: deps
Browse files Browse the repository at this point in the history
include additional dependent repos
  • Loading branch information
Jonathan Langlois committed Dec 9, 2021
1 parent 4295edd commit efbc17f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit efbc17f

Please sign in to comment.