deis / charts

(OBSOLETE) Helm Classic v1 Charts for Deis Workflow
https://deis.com/workflow/
MIT License
45 stars 36 forks source link

[Question] Using this repo with the Helm v2 client #367

Closed lostintangent closed 8 years ago

lostintangent commented 8 years ago

I'm probably missing something hugely obvious, but I haven't been able to figure out how to add this repo to my Helm v2 (alpha4) client. When I run helm repo add https://github.com/deis/charts (as is mentioned in the readme), I get the following error:

Error: Looks like https://github.com/deis/charts is not a valid chart repository or cannot be reached: yaml: line 9: mapping values are not allowed in this context.

Is there a different repo URL I should be using? I looked in the docs and scoured the net, and wasn't able to find anything. Apologies for the very basic question!

helgi commented 8 years ago

Right now this is helm v1 (helm classic) only repo - We are working on the v2 support but it is still a little bit away

lostintangent commented 8 years ago

@helgi Ah OK, that makes sense. I had a hunch that may have been the case, but I wasn't sure. Thanks for confirming!