Has anyone used hauler as a registry for helm char...
# general
e
Has anyone used hauler as a registry for helm charts? I have an air-gapped environment where I need to pull over some nvidia helm charts. I have been able to pull the required chart/version down on the commercial side with helm and suck them into a hauler store for export (.tar.zst), and then transfer that .zst file to the air-gap side and load it into a new hauler. I then run hauler in its serve/registry mode and I see my attempts in the log/console to reach it with helm, but it keeps complaining that it cant find the index.yaml file. Gives same error if I do it in file server mode.
Still stabbing at this... I see there is an option in helm to create an index.yaml for a directory full of package charts... so maybe thats what I missed. I will copy this yaml to my store on the air-gap side and see if thats what it wants.
Ok.. getting somewhere... seems like a multi-step process. So I can run hauler as a fileserver and use that to grab the index.yaml file with
helm repo add nvidia <http://localhost:8080>
and now I see the chart repo in my helm and I can do a
helm pull nvidia/gpu-operator
and it fetches the chart.