joeferner / redis-commander

Redis management tool written in node.js
http://joeferner.github.io/redis-commander/
MIT License
3.62k stars 469 forks source link

Helm chart directory is missing index.yaml #447

Open heywood8 opened 3 years ago

heywood8 commented 3 years ago

The command from README:

helm repo add redis-commander https://raw.githubusercontent.com/joeferner/redis-commander/master/k8s/helm-chart/

answers with:

Error: looks like "https://raw.githubusercontent.com/joeferner/redis-commander/master/k8s/helm-chart/" is not a valid chart repository or cannot be reached: failed to fetch https://raw.githubusercontent.com/joeferner/redis-commander/master/k8s/helm-chart/index.yaml : 404 Not Found

This index.yaml was submitted in original Pull request for a helm chart: https://github.com/joeferner/redis-commander/pull/412/files

sseide commented 3 years ago

yes you are right, to just add this a a helm repo a packaged version of this chart is needed too together with the index.yml file. currently only a local install without a package repo was possible (the "install" section").

I will try to setup an automatic build and publish the packaged chart to the github page of Redis Commander...

fulcrum29 commented 2 years ago

Any updates on this? helm repo add redis-commander https://joeferner.github.io/redis-commander/ Error: looks like "https://joeferner.github.io/redis-commander/" is not a valid chart repository or cannot be reached: failed to fetch https://joeferner.github.io/redis-commander/index.yaml : 404 Not Found I still have the same problem :(

alexdresko commented 2 years ago

I swear this was working for me a few weeks ago, and now it stopped. So weird.

VuiDJi commented 1 year ago

Any news? I have the same issue: helm repo add redis-commander https://joeferner.github.io/redis-commander/ Error: looks like "https://joeferner.github.io/redis-commander/" is not a valid chart repository or cannot be reached: failed to fetch https://joeferner.github.io/redis-commander/index.yaml : 404 Not Found

amigo-akash commented 8 months ago

Does this issue got resolved ? bcz i still see the same error popping up while adding the repository . Thank you

helm repo add redis-commander )Error: looks like "http://joeferner.github.io/redis-commander" is not a valid chart repository or cannot be reached: failed to fetch http://joeferner.github.io/redis-commander/index.yaml : 404 Not Found