Open
Description
We use a Helm plug-in to push versioned Helm charts to S3. It would be great to integrate this somehow into Pants, which currently only supports an OCI registry target.
The simplest solution from the user side might be to integrate with the plug-in directly and add an s3_registries
alternative to registries
. I'm not sure of other alternatives here -- maybe options that allow for specification of plug-ins and non-standard helm
command lines (i.e. where we can fill in the tokens). This would look something like publish_with_plugin = "helm s3 push {chart_tgz} {repo}"
.
Activity