From 9da1b577ee6af953191138e1260d9cd7a622642f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste DETROYES Date: Fri, 24 Nov 2023 16:59:49 +0100 Subject: [PATCH] feat: add artifact hub integration --- 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..63d1dd1 --- /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: 2ccfd0bd-c123-483e-96f6-eb446fa850ac +owners: + - name: Outworld + email: tech@outworld.fr \ No newline at end of file