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