From 3fffd165ea50be42bc390da9c1d9e185978e55d8 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 11 Nov 2025 19:39:19 +0000 Subject: [PATCH] Add Artifact Hub repository metadata for chart discoverability Enables automatic listing on https://artifacthub.io for improved Helm chart discovery and provides metadata like screenshots, links, and maintainer information. --- artifacthub-repo.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 artifacthub-repo.yml diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 000000000..e904e20da --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,5 @@ +# Artifact Hub repository metadata file +repositoryID: 01234567-89ab-cdef-0123-456789abcdef +owners: + - name: rcourtman + email: pulse@rcourtman.dev