Install runs helm install in the given directory with params
name: name of the helm release
chart: chart directory
args: additional helm args, for example "--set image=Image"
Uninstall runs helm uninstall in the given directory with params
name: name of the helm release
args: additional helm args, for example "--namespace sail-operator"