Skip to content

Commit

Permalink
Patch sub-chart appVersion, as helm package won't do it
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo committed Aug 2, 2024
1 parent 59a3d17 commit 9b9794f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_helm_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Build helm charts
run: |
echo packaging ${VERSION}
# patch the sub-chart app-version, because helm package won't do it
sed -i "s/^appVersion:/appVersion: $VERSION/" deploy/helm/jumpstarter/charts/jumpstarter-controller/Chart.yaml
helm package ./deploy/helm/jumpstarter --version "${VERSION}" --app-version "${VERSION}"
- name: Login helm
Expand Down

0 comments on commit 9b9794f

Please sign in to comment.