Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add k8s-at-home https://k8s-at-home.com/charts/
You can then run helm search repo k8s-at-home
to see the charts.
See Artifact Hub or charts for a complete list.
The majority of the charts in this repository are using a common library we built. The reason we went with this pattern is a lot of applications are pretty similar in their requirements for Helm charts. Using a library makes maintaining much easier and keeps charts consistent in features. If contributing a new chart first try to make it using the library we built.
More information can be found here.
- Having problems with a chart or have a feature request? Open a new issue.
- New idea? Discuss here or in our Discord in the
#charts
channel.
See CONTRIBUTING.md