You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cr...@apache.org on 2022/10/26 15:59:11 UTC

[superset] branch gh-pages updated: Add artifacthub metadata manifest (#20722)

This is an automated email from the ASF dual-hosted git repository.

craigrueda pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 500709a928 Add artifacthub metadata manifest (#20722)
500709a928 is described below

commit 500709a9280df85358debd740b22bb6620795d8c
Author: Yann Jouanique <ya...@gmail.com>
AuthorDate: Wed Oct 26 17:59:02 2022 +0200

    Add artifacthub metadata manifest (#20722)
---
 artifacthub-repo.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml
new file mode 100644
index 0000000000..fac556c873
--- /dev/null
+++ b/artifacthub-repo.yml
@@ -0,0 +1,21 @@
+# 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: ec328bdf-e751-4af0-b418-bc3496715f32
+# owners: # (optional, used to claim repository ownership)
+#   - name: user1
+#     email: user1@email.com
+#   - name: user2
+#     email: user2@email.com
+# 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)