From 72edcbba106c9c7c8e36d39471ac9846b47f1a4a Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Tue, 20 Sep 2022 18:49:15 +0900 Subject: [PATCH] Show me as the verified publisher on ArtifactHub (#1815) Ref #1502 See https://artifacthub.io/docs/topics/repositories/helm-charts/#helm-charts-repositories for more information on how ArtifactHub works for Helm charts and how we can set up this metadata file. Signed-off-by: Yusuke Kuoka Signed-off-by: Yusuke Kuoka --- 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 00000000..000538ff --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,4 @@ +repositoryID: 6e120248-b034-45e5-b16c-6015ecfa7c6c +owners: +- name: mumoshu + email: ykuoka@gmail.com