banzaicloud / banzai-charts

Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
Apache License 2.0
367 stars 278 forks source link

Failed to install tidb #206

Closed clanstyles closed 6 years ago

clanstyles commented 6 years ago
Error: file "banzaicloud-incubator/tidb" not found

Curl the end point http://kubernetes-charts-incubator.banzaicloud.com/ You'll notice that urls is missing an h in the protocol (http://). I think that's what's causing it?

    urls:
    - ttp://kubernetes-charts-incubator.banzaicloud.com/tidb-0.0.1.tgz
clanstyles commented 6 years ago

I've confirmed this is the issue. Check ~/.helm/repository/cache/banzaicloud-incubator-index.yaml and you'll notice it's mssing the h. After fixing that it all worked.

matyix commented 6 years ago

hello @clanstyles - thanks for reporting this. most of us are at KubeCon this week but once we are back home we'll fix this. @ahma

kozmagabor commented 6 years ago

Hello @clanstyles Thanks for your report.

Currently, the http://kubernetes-charts-incubator.banzaicloud.com/, which is created from the 0.3.0 release includes this bug. The fix will be available in the next release.

Until then use this chart repo from the master branch http://kubernetes-charts-incubator.banzaicloud.com/branch/master

kozmagabor commented 6 years ago

We fixed it.