helm / monocular

⚠️(OBSOLETE) Search and discovery UI for Helm Chart repositories
Apache License 2.0
1.42k stars 220 forks source link

Update helm install to Helm 3 #660

Closed carrodher closed 3 years ago

carrodher commented 4 years ago

Signed-off-by: Carlos Rodriguez Hernandez crhernandez@bitnami.com

Update the helm install instruction to work on Helm 3

Fixes #659

prydonius commented 4 years ago

This won't work for Helm 2 though, right? Maybe using --name is better?

carrodher commented 4 years ago

This won't work for Helm 2 though, right? Maybe using --name is better?

AFAIK there is not a compatible command that works in both cases so --name will work with Helm 2 but not Helm 3.

Those are the options:

prydonius commented 4 years ago

😬

@mattfarina what do you suggest we do here?

andyfeller commented 4 years ago

@carrodher @mattfarina : where does this stand?