## Description I personally think it is possible to create a generic helm plugin to deploy the application of helm charts for example ```yaml - name: helm-demo plugin: helm-charts-plugin options: # helm charts address repo: YOUR_HELM_CHARTS namespace: K8S_NAMESPACE # helm charts deployment parameters helm_options: "parameter1","parameter2" ``` I don't know if anyone is interested in this feature :)