helm / hub

⚠️(OBSOLETE) Former distributed charts search for hub.helm.sh. Now see https://artifacthub.io/
https://artifacthub.io/
Apache License 2.0
251 stars 281 forks source link

Where is docker registry? #420

Closed siroossarmadi closed 4 years ago

siroossarmadi commented 4 years ago

Docker registry can't be found in helm.hub.sh while it is in the git repository!!!

1-Why did it happen? 2-Can I found it anywhere else?

mattfarina commented 4 years ago

@siroossarmadi I am not sure what you mean. For example, searching for "docker registry" on hub.helm.sh lead me to a few options. One of them is https://hub.helm.sh/charts/stable/docker-registry. Can you please describe you problem in some more detail so we can try to reproduce it.

bacongobbler commented 4 years ago

I've noticed over this weekend that the stable charts repository is either 404'ing or it's there on Helm Hub. Some community members noticed this on Slack. Earlier this morning, that link you provided was working. Right now it's missing.

I think there's something going on in Helm Hub's backend causing this.

image

bacongobbler commented 4 years ago

@siroossarmadi you can also try the CNCF Artifact Hub: https://artifacthub.io/packages/helm/helm-stable/docker-registry

mattfarina commented 4 years ago

I moved this to the hub repo as that's where the issue is at.

I just tried the stable repo on the helm hub and only saw two charts. There is an issue.

mattfarina commented 4 years ago

We have a problem and the logs are showing it...

k logs helm-hub-monocular-sync-scheduled-stable-1595869200-7g6r5
time="2020-07-27T17:01:10Z" level=info msg="Skipping repository since there are no updates" url="https://sonatype.github.io/helm3-charts/"
time="2020-07-27T17:01:10Z" level=info msg="Successfully added the chart repository stable to database"

Notice the url is wrong.

mattfarina commented 4 years ago

This should be fixed now. If there are further issues please let us know.