We needed the helm-git plugin, and wanted the action to be reusable across workflows, without having to add an additional step for running helm plugin install https://github.com/aslafy-z/helm-git --version 0.10.0.
This PR introduces a new input additional-helm-plugins, which accepts a comma separated list of additional plugins to install, accepting anything that can be passed to helm plugin install.
We needed the helm-git plugin, and wanted the action to be reusable across workflows, without having to add an additional step for running
helm plugin install https://github.com/aslafy-z/helm-git --version 0.10.0
.This PR introduces a new input
additional-helm-plugins
, which accepts a comma separated list of additional plugins to install, accepting anything that can be passed tohelm plugin install
.