Go to file
renovate[bot] 94315f07b2
chore(deps): update helm chart common to v3.0.1 (#594)
* chore(deps): update helm chart common to v3.0.1

* Modify kubeVersion

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-02-16 11:04:57 +01:00
.github [actions] remove updating timestamps in index.yaml (#585) 2021-02-14 17:13:55 +01:00
.taskfiles create new branch prior to creating a chart (#520) 2021-01-27 09:02:10 -05:00
charts chore(deps): update helm chart common to v3.0.1 (#594) 2021-02-16 11:04:57 +01:00
templates/chart chore(deps): update helm chart common to v3.0.1 (#594) 2021-02-16 11:04:57 +01:00
test [common] Add ingress unittest and tpl functionality (#568) 2021-02-11 18:59:30 +01:00
.gitignore reintroduce helmignore (#522) 2021-01-27 10:33:15 -05:00
.pre-commit-config.yaml [statping] Bump postgresql dependency (#552) 2021-02-05 15:10:40 +01:00
CONTRIBUTING.md install go-replace before using it (#571) 2021-02-12 00:55:08 -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 [meta] updates to repo (#554) 2021-02-08 13:45:14 +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 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

License

Apache 2.0 License