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

Charts in stable repo not available due to duplicate stable repo name in repos.yaml #414

Closed justinaslelys closed 4 years ago

justinaslelys commented 4 years ago

Hello, the last two commits to master broke stable repo - stable was used as the name of sonatype repo in commit1, commit2

So now only sonatype charts are currently available in https://hub.helm.sh/charts/stable

I've created a pull request to fix this: https://github.com/helm/hub/pull/413

justinaslelys commented 4 years ago

PR was merged but API endpoint https://hub.helm.sh/api/chartsvc/v1/charts/stable still returns cached items (only sonatype charts).

mattfarina commented 4 years ago

@xoxbet Thanks for catching this. The PR was merged and now we just need to clear the cache.

mattfarina commented 4 years ago

The cache has been cleared and this is fixed. Thanks.