From 1c25051ede30fe03d88e1c1cde06beab4c6a6cbe Mon Sep 17 00:00:00 2001 From: Matlavv Date: Wed, 20 Nov 2024 10:33:02 +0100 Subject: [PATCH] Test to update helm chart version (helm version must be a string) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7152690..e63ea94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |