Skip to content

Commit

Permalink
Merge pull request #13 from ElmCompany/feature/helm-chart-mssql
Browse files Browse the repository at this point in the history
fix(ci): no version found
  • Loading branch information
abdennour authored Sep 16, 2022
2 parents 438a2a7 + 1504f9a commit 0a11928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Add Helm repositories from dependencies
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
for dir in $(ls -d charts/*/); do
helm dependency list $dir 2> /dev/null | grep http | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do echo $cmd; done
done
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down
3 changes: 2 additions & 1 deletion charts/mssql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.x.x
version: 2.0.3
# version: 2.x.x
description: |
Microsoft SQL Server is a legacy DBMS.
Ease Migrating to Cloud Native without focusing on migrating your DBMS as first steps.
Expand Down

0 comments on commit 0a11928

Please sign in to comment.