deviceinsight / helm-maven-plugin

Maven Plugin for Helm Charts
Apache License 2.0
46 stars 22 forks source link

Authorization for fetching dependency charts #44

Closed pvorb closed 4 years ago

pvorb commented 4 years ago

Currently, authentication is only supported when publishing charts to a repository. If the repository where charts should be downloaded also requires authentication, the plugin fails to package the chart.

pvorb commented 4 years ago

It was my mistake. I had a configuration issue at my current repository which caused the problem. The authentication works as expected.