mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-04-05 09:40:38 +00:00
20 lines
1010 B
YAML
20 lines
1010 B
YAML
# 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: 8ec75275-172f-45e9-b188-3b0dd609bee9
|
|
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)
|