Skip to content

Commit

Permalink
Install chart dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Nov 11, 2024
1 parent d99974d commit 4a0d53d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/chart-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
# Now this inserted a version with a v prefix, we need to remove only that initial v
sed -i "1s/version: v\(.*\)/version: \1/g" Chart.yaml
- name: Install chart dependencies
run: helm dependency update Charts/ldtteam-authentication-server

- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 4a0d53d

Please sign in to comment.