From d68cfa97e4ea3836335d3c137fe195eb555d4100 Mon Sep 17 00:00:00 2001 From: Laurent Broudoux Date: Fri, 6 Dec 2024 12:06:41 +0100 Subject: [PATCH] chore: #157 Add artifacthub metadata Signed-off-by: Laurent Broudoux --- 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 0000000..6108943 --- /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: 613dee0a-98d7-44e7-8ff0-b9cb6b93e713 +owners: + - name: lbroudoux + email: laurent.broudoux@gmail.com \ No newline at end of file