workflow icon indicating copy to clipboard operation
workflow copied to clipboard

Error: Looks like "https://charts.deis.com/workflow" is not a valid chart repository

Open pfeodrippe opened this issue 7 years ago • 8 comments

I'm trying minikube with deis. Has something changed now? It was pulling the repo 2 hours ago

$ helm repo add deis https://charts.deis.com/workflow
Error: Looks like "https://charts.deis.com/workflow" is not a valid chart repository
or cannot be reached: Get https://charts.deis.com/workflow/index.yaml: net/http: 
TLS handshake timeout

pfeodrippe avatar Apr 22 '17 20:04 pfeodrippe

Seeing this too:

><> helm repo up
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
Writing to /Users/bacongobbler/.helm/repository/cache/stable-index.yaml
...Successfully got an update from the "stable" chart repository
...Unable to get an update from the "deis" chart repository (https://charts.deis.com/workflow):
	Get https://charts.deis.com/workflow/index.yaml: dial tcp: lookup charts.deis.com on 172.20.16.1:53: read udp 172.20.18.14:51010->172.20.16.1:53: i/o timeout
Update Complete. ⎈ Happy Helming!⎈

bacongobbler avatar Apr 24 '17 06:04 bacongobbler

The issue seems to have been a temporary. I'm able to add and update the repo:

 $ helm repo add workflow https://charts.deis.com/workflow
"workflow" has been added to your repositories
 $ helm repo update
Hang tight while we grab the latest from your chart repositories...
...
...Successfully got an update from the "workflow" chart repository

Nevertheless, this is still an issue warranting further investigation.

vdice avatar Apr 24 '17 14:04 vdice

Yes, it's working for me now. Maybe it was something temporary at the servers, maybe has to do with the migration to Azure Services? Just guessing

pfeodrippe avatar Apr 25 '17 10:04 pfeodrippe

I am seeing this issue today? Any clues?

sbulman avatar Jun 22 '17 12:06 sbulman

I am getting this error as well when I try >helm repo add deis https://charts.deis.com/workflow How to solve this? Error: Looks like "https://charts.deis.com/workflow" is not a valid chart repository or cannot be reached

ampsarfraz avatar Aug 18 '17 03:08 ampsarfraz

@ampsarfraz I'm not seeing problems here. Maybe just a transient network error? Helm doesn't always report those errors in a useful way--for example if you unplug from the network and try the same thing you can see misleading errors about missing x509 certs... I tried it with the debug flag as well but it doesn't seem to add any output:

$ helm repo add --debug deis https://charts.deis.com/workflow
"deis" has been added to your repositories

😕

mboersma avatar Aug 18 '17 05:08 mboersma

@ampsarfraz I was having this problem on Windows. It appears to be more reliable if I explicitly set the HELM_HOME environment variable. e.g. in PowerShell $env:HELM_HOME = "C:\.helm". Try setting this and then adding the repo again.

sbulman avatar Aug 18 '17 05:08 sbulman

This issue was moved to teamhephy/workflow#23

Cryptophobia avatar Mar 20 '18 20:03 Cryptophobia