mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(helmfile): remove helm as hard dependency
This commit is contained in:
parent
89578595ce
commit
92cc60e0d0
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,6 @@ provides:
|
|||
- bin/helmfile
|
||||
|
||||
dependencies:
|
||||
helm.sh: '*'
|
||||
curl.se/ca-certs: '*'
|
||||
|
||||
build:
|
||||
|
@ -25,6 +24,8 @@ build:
|
|||
mv ./helmfile "{{ prefix }}"/bin
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
helm.sh: '*'
|
||||
fixture: |
|
||||
releases:
|
||||
- name: myrelease
|
||||
|
|
Loading…
Reference in a new issue