Skip to content

Setup Repository

Nicholas Wilde edited this page Feb 11, 2021 · 3 revisions

Setting up the repo is a little difficult. You'll need to create a repo on Artifacthub.io (AH) and point it to your github repo. What confused me at first was how AH was scraping my repo. It turns out that AH scrapes a gh-pages branch on my repo that contains an index.yaml file that is generated/updated by the Release Charts github action. Also, the gh-pages branch URL is what is used as the repository URL by helm (helm repo add nicholaswilde https://nicholaswilde.github.io/helm-charts/).

Clone this wiki locally