Skip to content

Commit

Permalink
Merge pull request #181 from ForgeRock/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
paulbsch authored Dec 11, 2024
2 parents 461931b + 851b73d commit 1842a4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Update chart version
id: update_chart_version
- name: Update helm chart
id: update_helm_chart
run: |
sed -ie "s/^version:.*/version:\ $BUILD_TAG/" charts/identity-platform/Chart.yaml
sed -ie "s/^appVersion:.*/appVersion:\ $BUILD_TAG/" charts/identity-platform/Chart.yaml
sed -ie "s/^version:.*/version:\ ${{ env.BUILD_TAG }}/" charts/identity-platform/Chart.yaml
sed -ie "s/^appVersion:.*/appVersion:\ ${{ env.BUILD_TAG }}/" charts/identity-platform/Chart.yaml
sed -ie "s/tag:.*/tag:\ ${{ env.BUILD_TAG }}/g" charts/identity-platform/values.yaml
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down
File renamed without changes.

0 comments on commit 1842a4e

Please sign in to comment.