jx promote failed becuase of jenkins chart museum is down or returning 404

Created on 10 Jun 2018  路  11Comments  路  Source: jenkins-x/jx

Most helpful comment

curl: (7) Failed to connect to chartmuseum.build.cd.jenkins-x.io port 443: Operation timed out

All 11 comments

At the moment it's actually returning a 503 and causing all builds to fail on my Jenkins-X installation.

helm repo add chartmuseum http://jenkins-x-chartmuseum:8080
"chartmuseum" has been added to your repositories
helm repo add chartmuseum https://chartmuseum.build.cd.jenkins-x.io
Error: Looks like "https://chartmuseum.build.cd.jenkins-x.io" is not a valid chart repository or cannot be reached: Failed to fetch https://chartmuseum.build.cd.jenkins-x.io/index.yaml : 503 Service Unavailable

same issue here https://chartmuseum.build.cd.jenkins-x.io returns a 503

same here Error: Looks like "http://chartmuseum.build.cd.jenkins-x.io" is not a valid chart repository or cannot be reached: Failed to fetch http://chartmuseum.build.cd.jenkins-x.io/index.yaml : 503 Service Unavailable

I have the same problem too! It's been fine until a few hours ago, promotions are all failing right now because of this - 503 service unavailable

Also Having this issue get 404 when I connect to https://chartmuseum.build.cd.jenkins-x.io:8080

Same for me, is there any workaround?

https://chartmuseum.build.cd.jenkins-x.io giving a 404 is expected.

The health endpoint is
https://chartmuseum.build.cd.jenkins-x.io/health which returns {"healthy":true} and charts are in the index.yaml which is https://chartmuseum.build.cd.jenkins-x.io/index.yaml

Both these endpoints are working so I'm going to close this.

There have been a couple of service disruptions and we are looking to switch to github pages or scale up chartmuseum so we get a HA service but that's something we should be working on soon.

curl: (7) Failed to connect to chartmuseum.build.cd.jenkins-x.io port 443: Operation timed out

Getting a 504 error while trying to reach the health check URL

There have been a couple of service disruptions and we are looking to switch to github pages or scale up chartmuseum so we get a HA service but that's something we should be working on soon.

Is there an exist github hosted jenkins x chartmuseum avaliable until now? @rawlingsj

Was this page helpful?
0 / 5 - 0 ratings