Add helm push plugin
smsajid opened this issue · 2 comments
smsajid commented
helm push plugin allows to publish charts to Harbor. This is necessary for CI/CD.
https://github.com/chartmuseum/helm-push
Please add this plugin to the image
dtzar commented
This will add ~8.5 MB to a ~30 MB image and only applicable for people who want to use chart museum. I'll leave this open, but unless we get a strong push from many folks to include this - I'd decline it. IMO it might make sense to have a "Chart Museum" version of the image where this one is used as a base.
gaby commented
This could be accomplished using "Repository Dispatch" and having a second Dockerfile.
More info: https://github.com/marketplace/actions/repository-dispatch#example
I'd make a PR this weekend :-)