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 update local
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
Update Complete.
🐛 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:1I 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.