mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
94bf122994
* [common] Allow to override container command (#499) Signed-off-by: Ingvarr Zhmakin Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <6213398+bjw-s@users.noreply.github.com> * fix: add resources to values * [common] Add support for volumeClaimTemplates in statefulset (#529) Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net> * [common] Add support for templatified env-variables (#530) * Add support for template env vars Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net> * [common-next] some additional pod properties (#533) * [common] new pod properties * [common] Move test of statefulset (#536) * Moved statefulset chart-test to unit test * [common] Move env tpl test fix (#542) * Take care of setting envTpl if no env set * Add Test cases * Moved to unit tests * Update changelog, add missing fields to values * common-test doesn't need a bump * Relocate end statement Co-authored-by: Ingvarr Zhmakin <19270832+lazyoldbear@users.noreply.github.com> Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <6213398+bjw-s@users.noreply.github.com> Co-authored-by: Mikael Sennerholm <mikael@sennerholm.net> |
||
---|---|---|
.github | ||
.taskfiles | ||
charts | ||
templates/chart | ||
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