Draft: Allow for override of helm release name
Helm release names have a max length limit of 53 characters, in some cases we have customer repo's which have very long names and causes a helm install
failure. This is a workaround for those cases, you can now override the release name by setting the HELM_RELEASE_NAME_OVERRIDE
variable.