Chartmuseum password rejected in chart.repo field
# 🌱|help-and-getting-started
b
I'm attempting to deploy a helm chart from an internal helm chart repo (running Chartmuseum with HTTP Basic Auth) but when supplying the username and password in the URI, garden fails with
invalid chart URL format
Copy code
...
spec:
  chart:
    name: my-neat-chart
    repo: "https://user:SuperPassword^&!*%#$)**@#$%()*@charts.globco.com"
    version: "1.33.7"
Any ideas?
Looks like it's a helm error. I'll try to find a fix and post it here if I so
Err do
s
Hi @better-continent-24815! Let us know if you think there's anything Garden could do to make this clearer or easier to work with. Good luck!
b
hey Thor - I've been travelling so unable to dig much deeper but my thoughts thus far: * If garden allowed us to specify username and password for helm in the repo configuration, perhaps this could be sidestepped. I doubt thats a very valuable enhancement for most users, however. * Since I'm planning on running garden remotely on behalf of users, my plan at this point is to pull the charts down before i run
garden
i'll report back once im able to get a bit further
6 Views