Skip to content

Commit

Permalink
Merge pull request #12 from ElmCompany/feature/helm-chart-mssql
Browse files Browse the repository at this point in the history
fix(ci):
  • Loading branch information
abdennour authored Sep 16, 2022
2 parents 4ad63b6 + 56391b7 commit 438a2a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ jobs:
uses: azure/setup-helm@v1
with:
version: v3.8.1

# https://github.com/helm/chart-releaser-action/issues/74#issuecomment-778787114
- name: Add Helm repositories from dependencies
run: |
for dir in $(ls -d charts/*/); do
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
done
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 438a2a7

Please sign in to comment.