mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
5e86ce93b7
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com> |
||
---|---|---|
.github | ||
.taskfiles | ||
charts | ||
test | ||
.gitignore | ||
.pre-commit-config.yaml | ||
CONTRIBUTING.md | ||
Gemfile | ||
LICENSE | ||
README.md | ||
Taskfile.yml |
k8s@Home collection of helm charts
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