From 5411fc00520770317ef649bf49cfdfc8ac736f5d Mon Sep 17 00:00:00 2001 From: Devin Canterberry Date: Tue, 12 Mar 2024 22:28:22 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=91=20add=20publisher=20verification?= =?UTF-8?q?=20for=20artifact=20hub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary ------- Artifact Hub supports a simple cross-reference mechanism for verifying a Helm chart's publisher. This changeset implements that, resulting in a "verified publisher" checkmark on this chart's listing on Artifact Hub. Resources --------- This chart is located on Artifact Hub at https://artifacthub.io/packages/helm/twuni/docker-registry. More information about publisher verification at https://artifacthub.io/docs/topics/repositories/#verified-publisher An **artifacthub-repo.yml** template is available at https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml --- artifacthub-repo.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 artifacthub-repo.yml diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 0000000..4d45e72 --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,4 @@ +repositoryID: cd3641a7-55ab-436a-b7d1-58c398969d59 +owners: +- email: devin@canterberry.cc + name: Devin Canterberry