fix: correct Artifact Hub repository ID #3

Merged
ghost merged 1 commits from fix/artifacthub-repository-id into main 2026-03-07 16:45:16 +00:00
ghost commented 2026-03-07 16:42:56 +00:00 (Migrated from github.com)

Summary

  • Corrects repositoryID in artifacthub-repo.yml from a locally-generated UUID to the actual ID assigned by Artifact Hub (40b1acd8-44ef-43b3-8ab7-9c09c7f1a20c)
  • The previous PR (#2) was merged with the wrong ID

Context

The plugin was manually registered on Artifact Hub and assigned ID 40b1acd8-44ef-43b3-8ab7-9c09c7f1a20c. The repositoryID in the repo file must match for AH to verify ownership.

Needs board review before merge.

Ref: PRI-5

## Summary - Corrects `repositoryID` in `artifacthub-repo.yml` from a locally-generated UUID to the actual ID assigned by Artifact Hub (`40b1acd8-44ef-43b3-8ab7-9c09c7f1a20c`) - The previous PR (#2) was merged with the wrong ID ## Context The plugin was manually registered on Artifact Hub and assigned ID `40b1acd8-44ef-43b3-8ab7-9c09c7f1a20c`. The `repositoryID` in the repo file must match for AH to verify ownership. **Needs board review before merge.** Ref: PRI-5
Sign in to join this conversation.