We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa20181 commit 2e8d0d9Copy full SHA for 2e8d0d9
.github/workflows/publish-helm-chart.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Package Helm chart
34
run: |
35
- helm package $CHART_DIR/firecrest-api
+ helm package $CHART_DIR/firecrest-api --version=${{ github.ref_name }} --app-version=${{ github.ref_name }}
36
rm -rf $CHART_DIR/firecrest-api/Chart.lock $CHART_DIR/firecrest-api/charts/
37
38
# move the packages to a directory to avoid issues
0 commit comments