-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathartifacthub-repo.yml
More file actions
19 lines (19 loc) · 1.01 KB
/
Copy pathartifacthub-repo.yml
File metadata and controls
19 lines (19 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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: d340b696-47cc-41f7-8562-ad51d606e130
owners: # (optional, used to claim repository ownership)
- name: aardbol
email: aardbol@github.repo
# 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)