diff --git a/.helmignore b/.helmignore index 35550f2..bef91c3 100644 --- a/.helmignore +++ b/.helmignore @@ -31,4 +31,5 @@ Makefile .drone.yml CONTRIBUTING.md .woodpecker/ -tmp/ \ No newline at end of file +tmp/ +artifacthub-repo.yml \ No newline at end of file diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 0000000..e0591cf --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,8 @@ +--- +# Artifact Hub repository metadata file +# 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 +repositoryID: 'ec84c95a-a288-4aaa-a690-a656b57e3136' +owners: # (optional, used to claim repository ownership) + - name: viceice + email: michael.kriese@visualon.de \ No newline at end of file