dtzar / helm-kubectl

Docker Hub image with helm and kubectl on top of alpine linux with bash
https://hub.docker.com/r/dtzar/helm-kubectl/
MIT License
365 stars 133 forks source link

Add helm push plugin #74

Closed smsajid closed 1 month ago

smsajid commented 3 years ago

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 3 years ago

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 2 years ago

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 :-)

dtzar commented 1 month ago

2+ years later and only 2 thumbs up and 8 thumbs up to keeping things as-is. Closing out. If someone has made another image with this on it, please feel free to post here for reference.