ipedrazas / drone-helm

Helm (Kubernetes) plugin for drone.io
MIT License
120 stars 90 forks source link

Add support for helm plugins #92

Closed keithlayne closed 5 years ago

keithlayne commented 5 years ago

This adds two build args to the Dockerfile:

PLUGINS: A space-separated list of plugin URLs passed to helm plugin install PLUGIN_DEPS: A space-separated list of alpine packages that are extra dependencies of the plugins to be installed

keithlayne commented 5 years ago

I'm not entirely sure this is a good idea. See #93 which adds support for helm-secrets. It may be better to just add plugins to the build unconditionally as support for specific helm plugins is added to this project. I'm not actually sure of the value of this PR for arbitrary plugins unless they change behavior of normal helm commands.