From b38d3d1723dfa67cc695972beb0d5bb26227e8fa Mon Sep 17 00:00:00 2001 From: Hortison <160366376+jameshorton2337@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:57:33 -0500 Subject: [PATCH] Create artifacthub-repo.yml Signed-off-by: Hortison <160366376+jameshorton2337@users.noreply.github.com> --- charts/artifacthub-repo.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 charts/artifacthub-repo.yml diff --git a/charts/artifacthub-repo.yml b/charts/artifacthub-repo.yml new file mode 100644 index 0000000000..d45506d75a --- /dev/null +++ b/charts/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: 982dcb40-d869-4712-afd5-526ea860bec7 +owners: # (optional, used to claim repository ownership) + - name: meshery + email: maintainers@meshery.io +#ignore: # (optional, packages that should not be indexed by Artifact Hub) +# - name: package1 +# - name: package2 # Exact match +# version: beta # Regular expression (when omitted, all versions are ignored)