# Functions
AddHelmRepository add helm repo.
GetChart will locate chart.
GetHelmRelease will get helm release.
GetHelmRepositoryList get the helm repo list from default setting.
Install will install helm chart.
InstallHelmChart will install helm chart from types.Chart.
IsHelmReleaseRunning check helm release running.
IsHelmRepositoryExist will check help repo exists.
NewHelmInstall will create a install client for helm install.
NewHelmUninstall will create a helm uninstall client.
Uninstall will uninstall helm chart.
# Constants
VelaDebugLog defines an ENV to set vela helm install log to be debug.