helm-maven-plugin
helm-maven-plugin copied to clipboard
Use `helm push` instead of direct upload
helm push is the native way for Helm 3 to upload artifacts. Using helm push allows helm-maven-plugin to support:
- S3 repos (via helm-s3)
- OCI repos (since helm 3.7.0)
- ChartMuseum (via its plugin)
- lots of other things...