Adds a new configuration parameter - chartRepoServerId - which can be used to specify the ID of the server definition from maven's settings.xml. When specified the credentials from the server definition are used to authenticate to the helm chart repository. If both chartRepoUsername/chartRepoPassword and chartRepoServerId are specified then the values specified in chartRepoUsername/chartRepoPassword take precedence.
Adds a new configuration parameter -
chartRepoServerId
- which can be used to specify the ID of the server definition from maven's settings.xml. When specified the credentials from the server definition are used to authenticate to the helm chart repository. If bothchartRepoUsername
/chartRepoPassword
andchartRepoServerId
are specified then the values specified inchartRepoUsername
/chartRepoPassword
take precedence.