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
75 stars 18 forks source link

Helm Spray does not support chart reference #67

Open jroucheton opened 4 years ago

jroucheton commented 4 years ago

Platform

Version of helm: v2.16.1 Version of helm-spray: v3.4.5

What happened?

helm spray my-repo/my-chart
[spray] fetching chart "my-repo/my-chart" from repos...
Error: chart "my-chart" matching version "" not found in incubator index. (try 'helm repo update'). No chart version found for my-chart

What you expected to happen?

helm spray should be able to download the latest version from my repo as helm install does. helm install my-repo/my-chart