Skip to content

Commit

Permalink
Test to update helm chart version (helm version must be a string)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlavv committed Nov 20, 2024
1 parent 5e88e10 commit 1c25051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,9 @@ jobs:
with:
version: v3.11.1

- name: Package Helm char
- name: Package Helm chart
run: |
version=$(cat ${{ env.CHART_PATH }}/Chart.yaml | version : "${{ needs.determine-version.outputs.new_version }}" | version without quotes : ${{ needs.determine-version.outputs.new_version }}')
helm package opensource --version "${{ needs.determine-version.outputs.new_version }}"
- name: Push Helm chart to Docker Hub
run: |
Expand Down

0 comments on commit 1c25051

Please sign in to comment.