Skip to content

Commit 2e8d0d9

Browse files
committed
added version to package
1 parent aa20181 commit 2e8d0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Package Helm chart
3434
run: |
35-
helm package $CHART_DIR/firecrest-api
35+
helm package $CHART_DIR/firecrest-api --version=${{ github.ref_name }} --app-version=${{ github.ref_name }}
3636
rm -rf $CHART_DIR/firecrest-api/Chart.lock $CHART_DIR/firecrest-api/charts/
3737
3838
# move the packages to a directory to avoid issues

0 commit comments

Comments
 (0)