Skip to content

Commit

Permalink
Add app-version to charts
Browse files Browse the repository at this point in the history
  • Loading branch information
srikumar003 authored Aug 14, 2023
1 parent f00a3e7 commit 0e2e6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Create Helm package
run: |
cd chart
helm package --version ${{ github.ref_name }} -u -d ../.cr-release-packages .
helm package --version ${{ github.ref_name }} --app-version ${{ github.ref_name }} -u -d ../.cr-release-packages .
- name: Run chart releaser
uses: helm/chart-releaser-action@v1.5.0
Expand Down

0 comments on commit 0e2e6e2

Please sign in to comment.