kubelived
kubelived copied to clipboard
Chart Repo URL
Hi, I tried to us the Git-Repo as Repo, but failed:
$ helm repo add kubelived https://clastix.github.io/kubelived
Error: looks like "https://clastix.github.io/kubelived" is not a valid chart repository or cannot be reached: failed to fetch https://clastix.github.io/kubelived/index.yaml : 404 Not Found
$ helm repo add kubelived https://clastix.github.io/kubelived/charts
Error: looks like "https://clastix.github.io/kubelived/charts" is not a valid chart repository or cannot be reached: failed to fetch https://clastix.github.io/kubelived/charts/index.yaml : 404 Not Found
That's my fault, there's no github pages active for this repo :-) Is this git repo intended to be used as helm repo? Or where is the helm repo located? In either case, I'd try to help with pull requests :-D
@tuxpeople currently the Helm Chart is not available as clastix.github.io Helm repo. You should clone the git repo and manually install with Helm.
@prometherion can we have kubelived in the clastix.github.io helm repo as for other projects?
@bsctl Thanks for pointin this out. Not sure if I didn't read the readme carefully enough or if this bit of information is missing.
Haveing a repo should not be a big thing, if I understand https://github.com/helm/chart-releaser-action correctly. And this would also be a major step in solving #8
Let me know if I can help.