Something went wrong while installing Helm Tiller

Hello,
I’m trying to install Helm on my kubernetes cluster (I have self signed cluster certificate) using Gitlab’s application install page.
I’m sure by 100% that my cluster’s details are correct, but for some reason i get the following error when clicking install:
Something went wrong while installing Helm Tiller
* Can’t start installation process

Are there any logs which can show me the full error so i can fix this issue?

Thanks

Try running the following from any shell with kubectl configured for your cluster:

kubectl logs install-helm --namespace=gitlab-managed-apps

In my case I see this:

Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com 
Error: error initializing: Looks like "https://kubernetes-charts.storage.googleapis.com" is   not a valid chart repository or cannot be reached: Get https://kubernetes-charts.storage.googleapis.com/index.yaml:

There is a bit more, but it has some IP info. In my case it may be another routing issue in AWS.