Yann-J commented on issue #13287:
URL: https://github.com/apache/superset/issues/13287#issuecomment-1185479942

   I had a quick look at how the helm chart is being published, and it looks 
like auto-releasing of the Helm chart is already working pretty well, with 
packages being published as a Github release, and the registry manifest being 
exposed as Github Pages at http://apache.github.io/superset/index.yaml
   
   So the only thing left to do is advertise this on https://artifacthub.io or 
other package indexers. These sites do not host anything they just scrape and 
index packages by reading the manifests.
   
   So I think what needs to be done is to:
   
   - Create an appropriate organization in Artifacthub => Done, see 
https://artifacthub.io/packages/search?org=superset&sort=relevance&page=1
   - Add the Github pages repo manifest to scan => Done, see 
https://artifacthub.io/packages/helm/superset/superset
   
   Next steps:
   - Add an 
[artifacthub-repo.yml](https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml)
 metadata file to validate ownership and provide repo information. I've done 
this in PR #20722 
   - Add the Artifacthub badge somewhere in the README / docs? [![Artifact 
Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/superset)](https://artifacthub.io/packages/search?repo=superset)
   - Clarify organization ownerhsip in artifacthub
   - Beautify the publication - add a `README` to the Helm chart so it shows up 
in ArtifactHub, an icon in the `Chart.yaml`...
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to