Helm install errors for me now. The first two commands in the readme work fine:
helm repo add node-cert-exporter https://amimof.github.io/node-cert-exporter
helm repo update
Then the install command fails:
user@~/$ helm install node-cert-exporter node-cert-exporter/node-cert-exporter
Error: failed to download "node-cert-exporter/node-cert-exporter" (hint: running `helm repo update` may help)
Helm install errors for me now. The first two commands in the readme work fine: helm repo add node-cert-exporter https://amimof.github.io/node-cert-exporter helm repo update Then the install command fails:
Is this because the index.yaml file is still needed?