From ab6c1c3469ee63b2081d44f8df396a326f1c5e7b Mon Sep 17 00:00:00 2001 From: Joe M Date: Wed, 13 Mar 2024 18:45:29 -0700 Subject: [PATCH] Create artifacthub-repo.yml Adding ownership metadata --- docs/artifacthub-repo.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/artifacthub-repo.yml diff --git a/docs/artifacthub-repo.yml b/docs/artifacthub-repo.yml new file mode 100644 index 0000000..9a48abc --- /dev/null +++ b/docs/artifacthub-repo.yml @@ -0,0 +1,19 @@ +# 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: The ID of the Artifact Hub repository where the packages will be published to (optional, but it enables verified publisher) +owners: # (optional, used to claim repository ownership) + - name: Aerospike + email: developers@aerospike.com + - name: Joe Martin + email: jmartin@aerospike.com + - name: Sudhanshu Ranjan + email: sudhanshu@aerospike.com