Hi I’m trying to inspect a chart already applied on the StarlignX deployment, does anyone knows if I’m missing something on the steps mentioned below, because currently I’m not able to retrieve the data. controller-0:~$ helm list |grep nova osh-openstack-nova 1 Thu Jul 18 19:32:41 2019 DEPLOYED nova-0.1.0 openstack osh-openstack-nova-api-proxy 1 Thu Jul 18 19:32:41 2019 DEPLOYED nova-api-proxy-0.1.0 openstack ------- controller-0:~$ helm repo update Hang tight while we grab the latest from your chart repositories... ...Skip local chart repository ...Unable to get an update from the "starlingx" chart repository (http://127.0.0.1:8080/helm_charts/starlingx): Get http://127.0.0.1:8080/helm_charts/starlingx/index.yaml: dial tcp 127.0.0.1:8080: connect: connection refused ...Unable to get an update from the "stx-platform" chart repository (http://127.0.0.1:8080/helm_charts/stx-platform): Get http://127.0.0.1:8080/helm_charts/stx-platform/index.yaml: dial tcp 127.0.0.1:8080: connect: connection refused ...Unable to get an update from the "stable" chart repository (https://kubernetes-charts.storage.googleapis.com): Get https://kubernetes-charts.storage.googleapis.com/index.yaml: dial tcp 172.217.164.112:443: connect: connection timed out Update Complete. ⎈ Happy Helming!⎈ controller-0:~$ helm inspect osh-openstack-nova Error: failed to download "osh-openstack-nova" (hint: running `helm repo update` may help) Regards Jose --