From b48ed611409b812756f74f6d46d5c58b54bdaea8 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 4 Aug 2026 16:47:43 -0700 Subject: [PATCH] Claim ArtifactHub ownership This commit adds artifacthub-repo.yml metadata file that claims the ownership of the repository. Fixes #266 --- artifacthub-repo.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 artifacthub-repo.yml diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 0000000..51ff62b --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,21 @@ +# Artifact Hub repository metadata file +# +# This file is served next to index.yaml at https://smallstep.github.io/helm-charts/ +# so that Artifact Hub can verify ownership of the `smallstep` repository listed at +# https://artifacthub.io/packages/search?repo=smallstep +# +# See https://artifacthub.io/docs/topics/repositories/ +# +# Note: this file belongs on the gh-pages branch only, because Artifact Hub requires it +# at the same level as the chart repository's index.yaml. + +repositoryID: 227e7c9c-4ae2-4ba4-ae05-68fa006d87c0 +owners: + - name: Mariano Cano + email: mariano@smallstep.com + - name: Max Furman + email: max@smallstep.com + - name: Josh Drake + email: josh@smallstep.com + - name: Herman Slatman + email: herman@smallstep.com