diff options
| author | Matt <washcycle@users.noreply.github.com> | 2023-03-20 12:49:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-20 10:49:35 -0700 |
| commit | 5c783c16a1e89673c9e55b5fbd550212293e624f (patch) | |
| tree | ce5ddd2981239edefda21e0c15852286df814383 /k8s/charts/artifacthub-repo.yml | |
| parent | fba05959efa1dd7d6c81c616954f0e9ef056ef18 (diff) | |
| download | seaweedfs-5c783c16a1e89673c9e55b5fbd550212293e624f.tar.xz seaweedfs-5c783c16a1e89673c9e55b5fbd550212293e624f.zip | |
Update artifacthub-repo-stable.yml (#4330)
fix to get official status on artifact hub
https://artifacthub.io/docs/topics/repositories/#official-status
Diffstat (limited to 'k8s/charts/artifacthub-repo.yml')
| -rw-r--r-- | k8s/charts/artifacthub-repo.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/k8s/charts/artifacthub-repo.yml b/k8s/charts/artifacthub-repo.yml new file mode 100644 index 000000000..2fac2aed3 --- /dev/null +++ b/k8s/charts/artifacthub-repo.yml @@ -0,0 +1,16 @@ +# 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: 5b2f1fe2-20e5-486e-9746-183484642aa2 +# owners: # (optional, used to claim repository ownership) +# - name: username +# email: email |
