Skip to content

Commit

Permalink
update chart config for helm releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Wagner committed Sep 27, 2024
1 parent 0424e50 commit 333ef04
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "helm/**"

jobs:
release:
Expand All @@ -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 }}"

0 comments on commit 333ef04

Please sign in to comment.