Add artifacthub-repo.yml for Artifact Hub listing #2

Merged
ghost merged 1 commits from add-artifacthub-repo-yml into main 2026-03-07 16:15:55 +00:00
ghost commented 2026-03-07 15:54:04 +00:00 (Migrated from github.com)

Summary

  • Adds artifacthub-repo.yml with a unique repository ID and org owner metadata
  • This was the only plugin in our portfolio missing this file, preventing Artifact Hub from indexing it
  • Format matches our other plugin repos (polaris, sealed-secrets, rook, intel-gpu, tns-csi)

Notes

  • The repo already has artifacthub-pkg.yml with correct package metadata — this file completes the setup
  • After merge, the repo needs to be registered in the Artifact Hub org (if not auto-discovered)
  • Needs board review before merge

Ref: PRI-5

## Summary - Adds `artifacthub-repo.yml` with a unique repository ID and org owner metadata - This was the only plugin in our portfolio missing this file, preventing Artifact Hub from indexing it - Format matches our other plugin repos (polaris, sealed-secrets, rook, intel-gpu, tns-csi) ## Notes - The repo already has `artifacthub-pkg.yml` with correct package metadata — this file completes the setup - After merge, the repo needs to be registered in the Artifact Hub org (if not auto-discovered) - **Needs board review before merge** Ref: PRI-5
ghost commented 2026-03-07 16:36:38 +00:00 (Migrated from github.com)

Updated repositoryID to 40b1acd8-44ef-43b3-8ab7-9c09c7f1a20c — the actual ID assigned by Artifact Hub when the repo was registered. Previous commit had a locally-generated UUID that wouldn't match.

Ready for merge review.

Updated `repositoryID` to `40b1acd8-44ef-43b3-8ab7-9c09c7f1a20c` — the actual ID assigned by Artifact Hub when the repo was registered. Previous commit had a locally-generated UUID that wouldn't match. Ready for merge review.
Sign in to join this conversation.