Go to file
Bruno Adele 5e86ce93b7
Add a contributing helper, for helping creating new chart (#508)
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
2021-01-26 13:17:14 -05:00
.github Add a contributing helper, for helping creating new chart (#508) 2021-01-26 13:17:14 -05:00
.taskfiles Add a contributing helper, for helping creating new chart (#508) 2021-01-26 13:17:14 -05:00
charts Add a contributing helper, for helping creating new chart (#508) 2021-01-26 13:17:14 -05:00
test [common] v2.2.1 (#480) 2021-01-08 15:21:03 +01:00
.gitignore Add a contributing helper, for helping creating new chart (#508) 2021-01-26 13:17:14 -05:00
.pre-commit-config.yaml Add pre-commit support (#42) 2020-09-09 08:00:50 -04:00
CONTRIBUTING.md Add a contributing helper, for helping creating new chart (#508) 2021-01-26 13:17:14 -05:00
Gemfile [common] version 2.2.0 (#443) 2021-01-05 18:34:42 +01:00
LICENSE top-level renames 2020-08-29 09:29:12 -04:00
README.md Update README.md 2021-01-11 20:46:23 +01:00
Taskfile.yml Add a contributing helper, for helping creating new chart (#508) 2021-01-26 13:17:14 -05:00

k8s@Home collection of helm charts

Discord pre-commit Artifact Hub License

Usage

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.

Charts

See Artifact Hub or charts for a complete list.

Common Library

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.

Support

  • 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.

Contributing

See CONTRIBUTING.md

License

Apache 2.0 License