Skip to content

Commit

Permalink
ci: publish ess-system
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelgatelement committed Jul 25, 2024
1 parent a476350 commit 0061412
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,25 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Move ess-system out of charts dir
run: |
mv ./helm/ess-system ess-system-backup
- name: Run chart-releaser
uses: element-hq/chart-releaser-action@1389a6afc9af1b11ab9e79267f371d694e4995b2
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: ./helm
skip_existing: true
skip_cr_install: true

- name: Move ess-system back to charts dir
run: |
mv ess-system-backup ./helm/ess-system
rm -rf ./helm/operator
rm -rf ./helm/updater
- name: Run chart-releaser
uses: element-hq/chart-releaser-action@1389a6afc9af1b11ab9e79267f371d694e4995b2
env:
Expand Down

0 comments on commit 0061412

Please sign in to comment.