-
Notifications
You must be signed in to change notification settings - Fork 280
how to add helm hub repo with helm 3.x #208
Comments
hub.helm.sh is not the helm repo, so it will not work the you trying, it is only meant to view and search for charts. |
@streamnsight You want to do:
See the The Chart Repository Guide for more info on repositories and context. This will be clarified from the Hub UI once #210 is fixed |
Thanks for the answer. This is not obvious anywhere. Even in this #210 ticket, i don't see how it explains how to install the repo. |
Yep this is really confusing. The official docs show no explanation how to get from Not sure what the issue here is? its a simple update to the docs until there is a fix for adding the default repo |
It would be really helpful to expose the repo URL when using Users would be able to add the repo right from CLI without interrupting their workflow. |
Totally agree. See helm/helm#7419 |
to build on @scottrigby comment command can be found in the readme here |
I can't seem to figure how to install the
hub.helm.sh
as a repo, or any sub repositories for that matter, with helm 3.0.0What am I doing wrong?
helm search hub
works finehelm repo list
is empty as expected according to the helm 3.x docsI'm trying to install the
stable/redis-ha
chart for example.The web page says run:
but that seems to be the helm 2.x syntax as I get:
If I run:
Yeah, right, Helm 3.x doesn't include any repo to begin with, so I'm trying to add the repo with:
It seems like this is getting me the HTML index page of the website, not the index.yaml
If I try installing the root repo:
Same thing
So, how am I supposed to install those charts?
Is it just that the format is not compatible, and the provider needs to update their repo?
I tried a few charts and can't get anyone to work.
I can't be the only one with this issue.
The text was updated successfully, but these errors were encountered: