helm-maven-plugin icon indicating copy to clipboard operation
helm-maven-plugin copied to clipboard

Use `helm push` instead of direct upload

Open almson opened this issue 4 years ago • 0 comments

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...

almson avatar Sep 28 '21 14:09 almson