No docs/feedback that artifacthub-repo.yml in Helm chart repo isn't processed until index.yaml change
See original GitHub issueThanks for your work on this project! ❤️
Potential bug
- A helm chart repo is defined on https://artifactshub.io.
- A artifacthub-repo.yml file is exposed by the helm chart repo webserver on the same path level as index.yaml as demonstrated by the links below. This file contain a
repositoryID
matching the registered helm chart repo on artifactshub.io. - Yet there is no indication that we the artifactshub.io repo is to be considered a verified publisher, neither does it seem to have honored the ignored versions.
- Note that the artifacthub-repo.yml file was added after the first import.
Questions
- Is this a bug or a configuration error on my end?
- Are there any additional way I can debug this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Issues
This file is served at https://charts.jetstack.io/artifacthub-repo.yml. ... (@maelvls) Wait until the ownership-claim is processed and follow the UI ...
Read more >Helm charts | Artifact Hub documentation
Artifact Hub is able to process chart repositories as defined by the Helm project. ... be located at the same level of the...
Read more >GitLab Packages index.yaml is empty, missing Helm Chart ...
Once the Helm Charts are stored in the Package Registry, I want to publish them onto Artifact Hub, so they're more discoverable by...
Read more >Auto Docs, Test And Release A Helm Chart With GitHub Actions
Currently, I am working on a Helm chart for my Minecraft Prometheus ... you change a specified file in your .pre-commit-hooks.yaml the ...
Read more >Set up a Helm v3 chart repository in Amazon S3
Verify the newly created Helm repository. To verify that the index.yaml file was created, run the following command: aws s3 ls s3://my-helm-charts/stable/myapp/.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @consideRatio 👋
I’ve just run a quick test locally and your
artifacthub-repo.yml
file seems to be fine. The packagebinderhub
is not available and theVerified publisher
badge is there, so nothing wrong on your end 🙂Please keep in mind that a repository is not processed if it hasn’t changed since the last time it was tracked. For Helm repositories, we consider it has changed if the
index.yaml
file has changed. Is it possible that you’ve added theartifacthub-repo.yml
file after it was processed the last time? We definitely need to improve this or at least document it 😅No worries, my pleasure 😊