Skip to content

Commit

Permalink
Merge pull request #10 from paul-gilber/setup-helm
Browse files Browse the repository at this point in the history
add cr.yaml
  • Loading branch information
paul-gilber authored Nov 9, 2023
2 parents 9e29163 + 9e10ac2 commit afd991d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run chart-releaser
uses: helm/[email protected] # https://github.com/helm/chart-releaser-action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
packages_with_index: true
charts_dir: ./charts
config: ./cr.yaml
pages_branch: gh-pages
2 changes: 2 additions & 0 deletions cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
package-path: .deploy

0 comments on commit afd991d

Please sign in to comment.