chore: add artifact hub config
This commit is contained in:
parent
04eebb855e
commit
ff92a9a2c7
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
# Artifact Hub repository metadata file
|
||||
# https://artifacthub.io/docs/topics/repositories/helm-charts/#oci-support
|
||||
# publish via:
|
||||
# oras push codeberg.org/forgejo-contrib/forgejo:artifacthub.io --manifest-config /dev/null:application/vnd.cncf.artifacthub.config.v1+yaml artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
|
||||
# oras push codeberg.org/forgejo-contrib/forgejo:artifacthub.io --config artifacthub.config.json:application/vnd.cncf.artifacthub.config.v1+yaml artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
|
||||
repositoryID: 'ec84c95a-a288-4aaa-a690-a656b57e3136'
|
||||
owners: # (optional, used to claim repository ownership)
|
||||
- name: viceice
|
||||
|
|
1
artifacthub.config.json
Normal file
1
artifacthub.config.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
Loading…
Reference in a new issue