Catalog is empty

We are behind corporate proxy, yet we enabled neccessery adresses even https://kubernetes-charts.storage.googleapis.com. And everything works fine including pulling images from outside - except the catalog is always empty. Is there some proxy settings that i missed or other adress i need to enable on our proxy (Library and Helm stable are enabled)?

Thanks for advices.

Solved by using sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 -e http_proxy=http://proxy/ -e https_proxy=http://proxy/ -e no_proxy=localhost,127.0.0.1 rancher/rancher