Skip to content

Commit 372fcb5

Browse files
committed
Update helm.yaml
Signed-off-by: lth <[email protected]>
1 parent a22b678 commit 372fcb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/helm.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Run chart-releaser
2828
uses: helm/[email protected]
2929
with:
30-
skip_existing: true
31-
packages_with_index: true
30+
#skip_existing: true
31+
#packages_with_index: true
32+
charts_dir: deployments/helm
3233
env:
3334
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)