chartmuseum / helm-push

Helm plugin to push chart package to ChartMuseum
Apache License 2.0
670 stars 170 forks source link

WSL repository files problem #216

Open mostafa-rz opened 5 months ago

mostafa-rz commented 5 months ago

Hi, I am using WSL2 for development. I installed Helm and configured it. Everything is working fine with Helm itself. In WSL2 the repository.yaml file is saved in this directory /home/[username]/.config/helm/repositories.yaml. When I want to use cm push it complains Error: couldn't load repositories file (/root/.config/helm/repositories.yaml): open /root/.config/helm/repositories.yaml: no such file or directory.

Is there any way to configure cm push to use my current location of the repository file?