actions: fix helm using wrong path for chart
This commit is contained in:
parent
7b8e1bea92
commit
323b4b4a5d
|
@ -189,5 +189,5 @@ jobs:
|
||||||
helm init
|
helm init
|
||||||
- name: Helm package
|
- name: Helm package
|
||||||
run: |
|
run: |
|
||||||
helm dependency update helm/passbook
|
helm dependency update helm/
|
||||||
helm package helm/passbook
|
helm package helm/
|
||||||
|
|
Reference in New Issue