Summary
Add an artifacthub-repo.yml to the repo root so the Helm chart is discoverable on ArtifactHub.
What to do
- Create
artifacthub-repo.yml at repo root with the repo ID and owner info
- Register the repository on artifacthub.io
- Verify the chart shows up after the next scan
Example
repositoryID: <generated-uuid>
owners:
- name: pmady
email: <maintainer-email>
Reference
See keda-gpu-scaler's artifacthub-repo.yml.
Acceptance criteria
Difficulty: Beginner — config file + web registration
Summary
Add an
artifacthub-repo.ymlto the repo root so the Helm chart is discoverable on ArtifactHub.What to do
artifacthub-repo.ymlat repo root with the repo ID and owner infoExample
Reference
See keda-gpu-scaler's
artifacthub-repo.yml.Acceptance criteria
artifacthub-repo.ymlcommittedDifficulty: Beginner — config file + web registration