Skip to content

Commit

Permalink
Update helm-release workflow chart directory
Browse files Browse the repository at this point in the history
  • Loading branch information
csotiistvan authored Jun 19, 2024
1 parent 511d290 commit 6e4418b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: "k8s/charts" # Specify the path to your charts directory
charts_dir: "k8s/helm" # Specify the path to your charts directory
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 6e4418b

Please sign in to comment.