Skip to content

Commit

Permalink
Fix Helm chart yml (#856)
Browse files Browse the repository at this point in the history
* Update helm-chart.yml

* Update helm-chart.yml

* Update helm-chart.yml

* Update helm-chart.yml

* Update helm-chart.yml
  • Loading branch information
badrishc authored Dec 6, 2024
1 parent d4a954a commit 43ccb91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Extract version number from Version.props
- name: Set helm chart appVersion from Version.props
run: |
export VERSION_PROPS=$(awk -F'[<>]' '/VersionPrefix/{print $3}' Version.props)
- name: Set helm chart appVersion
run: |
sed -i -e 's#Version.props#"'${VERSION_PROPS}'"#g' charts/garnet/Chart.yaml
- name: Helm lint and package
Expand Down

0 comments on commit 43ccb91

Please sign in to comment.