zalando / zalenium

A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard.
https://opensource.zalando.com/zalenium/
Other
2.39k stars 575 forks source link

Cannot install local/zalenium #1199

Open arushi-29 opened 4 years ago

arushi-29 commented 4 years ago

🐛 Bug Report

Took clone of latest zalenium repository.

Cannot install local/zalenium using helm

PS C:\Users\awindows\zalenium> helm install local/zalenium helm : Error: failed to download "local/zalenium" (hint: running helm repo update may help) At line:1 char:1

I can see similiar issues being raised earlier and the fix was in updated version. My charts.yaml has version version: 3.141.59.

But, I am still not able to install zalenium charts in the cloned repository.

Local repository is getting skipped and not being updated

PS C:\Users\awindows\zalenium\charts> helm repo update Hang tight while we grab the latest from your chart repositories... ...Skip local chart repository ...Successfully got an update from the "stable" chart repository Update Complete.

PS C:\Users\awindows\zalenium\charts> helm repo list NAME URL
stable https://kubernetes-charts.storage.googleapis.com local http://127.0.0.1:8879/charts

PS C:\Users\awindows\zalenium\charts> helm repo update local Hang tight while we grab the latest from your chart repositories... ...Skip local chart repository Update Complete.

Please help.

arushi-29 commented 4 years ago

I have seen these tickets

https://github.com/zalando/zalenium/pull/1020 https://github.com/zalando/zalenium/pull/1019 https://github.com/zalando/zalenium/pull/1025

But the fix does not seem to work for me