ThalesGroup / helm-spray

Helm plugin for installing or upgrading sub-charts from an umbrella-chart using dependency orders
https://thalesgroup.github.io/helm-spray/
Apache License 2.0
74 stars 18 forks source link

Helm Spray does not support helmV3 #48

Closed umardev0 closed 4 years ago

umardev0 commented 4 years ago

Is this compatible with helm 3? I have helm 3 and cannot use spray.

when I run helm spray I get this error:

Error: fork/exec /home/USER/.local/share/helm/plugins/helm-spray/helm-spray: no such file or directory

jroucheton commented 4 years ago

Hey @umardev0,

For now, helm spray has not been tested with Helm v3. Thank you for your feedback.

umardev0 commented 4 years ago

I don't know if this is relevant here or not as its not helmV3 issue but I fixed the above error by putting helm-spray binary from the downloaded tar file into /home/USER/.local/share/helm/plugins/helm-spray/.

I installed the plugin by helm plugin install https://github.com/gemalto/helm-spray but for some reason there was no helm-spray binary in ..plugins/helm-spray/ directory.

umardev0 commented 4 years ago

As for helmV3, when I try to use helm spray [chartname] it gives this error:

Error loading chart "[chartname]": apiVersion 'v2' is not valid. The value must be "v1" Error: plugin "spray" exited with error

atotala commented 4 years ago

I am also facing the same issue, would be great if this issue can be fixed.

cvila84 commented 4 years ago

hello, next major helm-spray release will support helm3. we should be able to deliver it in the upcoming days !

cvila84 commented 4 years ago

hello, v4 is out today with support for helm 3 !