From f5f16e101ebc757216aaf7d912b0ef1c3824bbf6 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 2 Jun 2023 10:26:20 +0200 Subject: [PATCH] configure Artifact Hub to be verified --- artifacthub-repo.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 artifacthub-repo.yml diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 000000000..b0fa5b9a2 --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,15 @@ +# Artifact Hub repository metadata file +# +# Some settings like the verified publisher flag or the ignored packages won't +# be applied until the next time the repository is processed. Please keep in +# mind that the repository won't be processed if it has not changed since the +# last time it was processed. Depending on the repository kind, this is checked +# in a different way. For Helm http based repositories, we consider it has +# changed if the `index.yaml` file changes. For git based repositories, it does +# when the hash of the last commit in the branch you set up changes. This does +# NOT apply to ownership claim operations, which are processed immediately. +# +repositoryID: 5400781c-69ef-4af7-8ee3-52905e34fd3e +owners: + - name: tobru + email: tobias@tobru.ch