This repo is the home of the custom Helm charts I run in my home lab.
Note that this repo is only used as a packaged helm chart repository. The unpackaged versions are in my HomeLab repo.
To generate or update the index.yaml from the charts directory, run the following command from the repo root:
./update-index.shTo package a chart, run the following command:
helm package src/<CHART_NAME> --destination chartsSee index.yaml for a list of the charts currently included in the repo.