cdfoundation / tekton-helm-chart

CDF official helm chart for Tekton
Apache License 2.0
52 stars 49 forks source link

https://storage.googleapis.com/chartmuseum.jenkins-x.io does not exist #41

Open spolab opened 1 year ago

spolab commented 1 year ago

Hi

I am trying to add the Helm repository as per instructions in the README.md page.

I execute the following command:

helm repo add jenkins-x https://storage.googleapis.com/chartmuseum.jenkins-x.io

but instead of success, I receive the following error:

Error: looks like "https://storage.googleapis.com/chartmuseum.jenkins-x.io" is not a valid chart repository or cannot be reached: failed to fetch https://storage.googleapis.com/chartmuseum.jenkins-x.io/index.yaml : 404 Not Found

I double checked by opening the URL from a browser and I see the following:

<Error>
    <Code>NoSuchBucket</Code>
    <Message>The specified bucket does not exist.</Message>
</Error>
Do-min-ik commented 1 year ago

I'm also having problems wrapping my head around this.

There is https://cdfoundation.github.io/tekton-helm-chart/ with version 0.29.0 which is quite old and then there is https://storage.googleapis.com/chartmuseum.jenkins-x.io (or rather isn't).