-
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.
update chart config for helm releases
- Loading branch information
Henry Wagner
committed
Sep 27, 2024
1 parent
0424e50
commit 333ef04
Showing
1 changed file
with
4 additions
and
8 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 |
---|---|---|
|
@@ -4,6 +4,8 @@ on: | |
push: | ||
branches: | ||
- main | ||
paths: | ||
- "helm/**" | ||
|
||
jobs: | ||
release: | ||
|
@@ -24,13 +26,7 @@ jobs: | |
- name: Run chart-releaser for controller | ||
uses: helm/[email protected] | ||
with: | ||
charts_dir: helm/controller | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
|
||
- name: Run chart-releaser for crd | ||
uses: helm/[email protected] | ||
with: | ||
charts_dir: helm/crd | ||
charts_dir: helm | ||
skip_existing: true | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" |