Skip to content

Commit

Permalink
Update publish-development-helm-chart workflow (#4018)
Browse files Browse the repository at this point in the history
* Update publish-development-helm-chart workflow

Signed-off-by: Kevin Su <[email protected]>

* nit

Signed-off-by: Kevin Su <[email protected]>

---------

Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Sep 8, 2023
1 parent 6c39c0d commit 1e2ecbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Publish Helm chart to GHCR
working-directory: charts
run: |
helm dep update ${{ matrix.chart }}
helm package \
--app-version=${{ github.sha }} \
--version=0.0-${{ github.sha }} \
Expand Down

0 comments on commit 1e2ecbe

Please sign in to comment.