From fede78df584d8b18f1eb5ad0597757613a7c474d Mon Sep 17 00:00:00 2001 From: Eric Van Hensbergen Date: Tue, 8 Nov 2022 11:48:22 -0600 Subject: [PATCH] Add meta-data Add artifact hub metadata and move pgp_keys.asc up to top-level Signed-off-by: Eric Van Hensbergen --- artifacthub-repo.yml | 15 +++++++++++++++ public/pgp_keys.asc => pgp_keys.asc | 0 public/index.html | 5 ----- 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 artifacthub-repo.yml rename public/pgp_keys.asc => pgp_keys.asc (100%) delete mode 100644 public/index.html diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 0000000..c394a8b --- /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: 7e0d2471-c304-492b-bd49-b22435b8af03 +owners: # (optional, used to claim repository ownership) + - name: Eric Van Hensbergen + email: ericvh@gmail.com diff --git a/public/pgp_keys.asc b/pgp_keys.asc similarity index 100% rename from public/pgp_keys.asc rename to pgp_keys.asc diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 77aa6ae..0000000 --- a/public/index.html +++ /dev/null @@ -1,5 +0,0 @@ - - -

Hello Squidboy

- -