https://github.com/lkummer/helm-charts
Homelab Helm charts.
https://github.com/lkummer/helm-charts
Last synced: about 2 months ago
JSON representation
Homelab Helm charts.
- Host: GitHub
- URL: https://github.com/lkummer/helm-charts
- Owner: LKummer
- Created: 2021-08-02T15:58:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T11:48:38.000Z (almost 3 years ago)
- Last Synced: 2025-12-12T22:43:36.815Z (6 months ago)
- Language: CSS
- Homepage: https://lkummer.github.io/Helm-Charts/
- Size: 1.02 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lior's Helm Charts
For the uninitiated, [Helm](https://helm.sh/) is basically a templating solution for Kubernetes resource manifest.
This repository hosts Helm charts I use in my homelab.
All charts hosted here are catered for my own setup and might not be a perfect fit for everyone.
Please **do not** treat any charts as production ready.
## Usage
Make sure you have Helm installed.
This repository was built against Helm `v3.6.3`, newer and a bit older versions should work just fine.
```s
$ helm repo add homelab https://github.com/LKummer/Helm-Charts
$ helm repo update
```
Once the repository is added and updated, you are ready to install charts.
For more information on the available charts, [check out the repository's documentation](https://lkummer.github.io/Helm-Charts/).