Helm install error (chart.yaml not found)

Hi,

I’m trying to install Vault using the Helm chart provided in GitHub - hashicorp/vault-helm: Helm chart to install Vault and other associated components.. However, after adding the hashicorp repo to Helm, I get an error when running the helm install command, i.e. with and without explicit version number:

eladavid$ helm install vault hashicorp/vault
Error: Chart.yaml file is missing

eladavid$ helm install vault hashicorp/vault --version 0.9.0
Error: Chart.yaml file is missing

I’m able to install other Helm charts (i.e. nginx), so it doesn’t seem like the issue is Helm. I’ve downloaded the package contents from the official hub (vault 0.9.0 · helm/hashicorp), and I do see a Chart.yaml file. Anything else I might be missing?

Thanks,
Elaine

The source of the helm is in github … GitHub - hashicorp/vault-helm: Helm chart to install Vault and other associated components.
Chart.yaml is in the root of the repository but I would just clone the repository from here and add in your local.yaml file to override anything you need from local rather than pointing to the remote.