Skip to content

Commit 74d1b0c

Browse files
Merge pull request #67 from grid-labs-tech/fix/helm-dependency-update
fix(ci): add helm dependency update before packaging
2 parents c1b59a1 + 7fee434 commit 74d1b0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-helm-chart.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- name: Package chart
7474
working-directory: charts/tron
7575
run: |
76+
helm dependency update
7677
helm package .
7778
helm repo index . --url https://grid-labs-tech.github.io/charts
7879

0 commit comments

Comments
 (0)