From 85d5b3f5fdac04a469f0be3f8733b7d042cf50c1 Mon Sep 17 00:00:00 2001 From: Null Pointer Nancy Date: Sat, 7 Mar 2026 16:42:45 +0000 Subject: [PATCH] fix: correct Artifact Hub repository ID The merged PR had a locally-generated UUID. This updates it to the actual ID assigned by Artifact Hub when the repo was registered (40b1acd8-44ef-43b3-8ab7-9c09c7f1a20c). Co-Authored-By: Claude Opus 4.6 --- artifacthub-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml index 50223c0..3216d76 100644 --- a/artifacthub-repo.yml +++ b/artifacthub-repo.yml @@ -1,6 +1,6 @@ # Artifact Hub repository metadata # https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml -repositoryID: 5954726b-f67a-43d2-9c26-ba90c6c2ae71 +repositoryID: 40b1acd8-44ef-43b3-8ab7-9c09c7f1a20c owners: - name: privilegedescalation email: privilegedescalation@users.noreply.github.com -- 2.52.0