Helm charts for applications developed by me. Also includes other miscellaneous charts that I use in my homelab.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add jacobcolvin https://jacobcolvin.com/helm-charts
If you had already added this repo earlier, run helm repo update
to retrieve the latest versions of the packages. You can then run helm search repo jacobcolvin
to see the charts. You can also see a list of all charts on ArtifactHub.
To install a chart:
helm install my-<chart-name> jacobcolvin/<chart-name>
To uninstall the release:
helm delete my-<chart-name>
Repo based on helm/charts-repo-actions-demo.
Most of the charts use modified versions of the common library and template charts developed by bjw-s / K8s@Home.