Skip to content

Commit

Permalink
Feature/helm release (#176)
Browse files Browse the repository at this point in the history
* Adding with param to workflow

Signed-off-by: Amit Schendel <[email protected]>

* Fixing charts dir

Signed-off-by: Amit Schendel <[email protected]>

---------

Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel authored Feb 20, 2024
1 parent f305c19 commit 24ee063
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: "chart/kubecop"
charts_dir: "chart"
env:
charts_dir: "chart/kubecop"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 24ee063

Please sign in to comment.