mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
3dfb279101
* remove serviceaccount as it serves no purpose here * update image * the new version no longer serves on http, it is stricrly mqtt * sync default config with upstream * update Readme * bump chart * add changelog * port to common * upstrema has tagged a release! * update appVersion * update docs * fix configmap mount Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <bernd@bjws.nl> |
||
---|---|---|
.devcontainer | ||
.github | ||
.taskfiles | ||
.vscode | ||
charts | ||
docs/images | ||
hack | ||
templates/chart | ||
test | ||
.gitignore | ||
.helmdocsignore | ||
.pre-commit-config.yaml | ||
CODE_OF_CONDUCT.md | ||
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 in our wiki and in the common chart directory here.
Support
- Having problems with a chart? Open a new issue or discuss in our Discord in the
#support
channel. - New idea? Discuss here or in our Discord in the
#charts
channel.
Contributing
See CONTRIBUTING.md