Skip to content

Commit

Permalink
Merge pull request #402 from percona/EVEREST-1513-everest-release-fix-2
Browse files Browse the repository at this point in the history
Fix Everest chart release workflow
  • Loading branch information
mayankshah1607 authored Oct 29, 2024
2 parents 687139f + 9f70e3c commit 820e140
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/everest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@ jobs:
with:
version: v3.4.0

- name: Run chart-releaser
uses: helm/[email protected]
- name: Release chart
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Release sub-chart
uses: helm/[email protected]
with:
charts_dir: charts/everest/charts
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 820e140

Please sign in to comment.