From b84d617f7682d9ca6b133d7900b1b1187593c162 Mon Sep 17 00:00:00 2001 From: Richard Tomik Date: Mon, 31 Mar 2025 09:42:45 +0200 Subject: [PATCH] added Artifact Hub repository metadata file --- artifacthub-repo.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 artifacthub-repo.yml diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 0000000..28bd1e2 --- /dev/null +++ b/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: 62d6a345-dfce-459e-958d-cda90cff8d9e +owners: # (optional, used to claim repository ownership) + - name: user1 + email: tomikr7@gmail.com + +ignore: # (optional, packages that should not be indexed by Artifact Hub) + - name: donetick # Exact match + version: 0.1.0 # Regular expression (when omitted, all versions are ignored)