I am installing Prometheus on my vanilla k8s cluster using helm 3. Prometheus comes with kube-state-metrics chart dependency. My machine is completely locked out from internet so all my development is local. I have installed chart museum which does have my repos. But when I try to update the dependency, its not able to find it, either from local path to chart.yaml or chart-museum url.
Save error occurred: directory charts/kube-state-metrics not found
Deleting newly downloaded charts, restoring pre-update state
Error: directory charts/kube-state-metrics not found
I have tried most of the solutions, nothing have worked so far.