addRepositories
renamed tosetupRegistries
and return type changed toUnit
Rationale:helm repo
is incompatible withhelm registry
command, yet semantically they "feel" like they should do the sameChartRepository
renamed toIvyCompatibleHttpChartRepository
ChartRepositorySettings
renamed toChartRepositoryAuth
- Publish behavior changed. Previously only the Ivy style repositories worked (e.g. Artifactory) configured using
Resolver
inpublishTo
setting. In order to support these add:Helm / publishRegistries
(seeREADME.md
). ChartMappings
fatalLint
moved toLintSettings
field