forked from kubewharf/charts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change the order of sub charts and whole chart releasing
- Loading branch information
1 parent
69c0e10
commit bc3257e
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,14 @@ jobs: | |
with: | ||
version: v3.10.0 | ||
|
||
- name: Run chart-releaser | ||
- name: Run chart-releaser on katalyst subcharts | ||
uses: helm/[email protected] | ||
with: | ||
charts_dir: charts/katalyst/charts | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
|
||
- name: Run chart-releaser on katalyst subcharts | ||
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
with: | ||
charts_dir: charts/katalyst/charts | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |