kyverno / reports-server

Alternate reports storage in Kubernetes outside etcd
Apache License 2.0
16 stars 8 forks source link

Helm install fails #150

Closed surajnarwade closed 2 months ago

surajnarwade commented 2 months ago

here's the steps i followed:

➜ helm repo add reports-server https://kyverno.github.io/reports-server
"reports-server" already exists with the same configuration, skipping

➜ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "kyverno" chart repository
...Successfully got an update from the "concourse" chart repository
...Successfully got an update from the "reports-server" chart repository
Update Complete. ⎈Happy Helming!⎈

➜ helm install reports-server -n reports-server reports-server/reports-server --create-namespace
Error: INSTALLATION FAILED: chart "reports-server" matching  not found in reports-server index. (try 'helm repo update'): no chart version found for reports-server-
vishal-chdhry commented 2 months ago

You have to use devel flag because we only have alpha releases https://github.com/kyverno/reports-server/blob/8164f93b2bf72d721eef56d93983b39098803047/docs/INSTALL.md?plain=1#L42-L46