Welcome to the documentation for my personal Helm charts repository! This repository hosts custom-built Helm charts that I use to deploy various applications across my GitOps infrastructure.
- Custom Chart Configurations: Tailor-made charts designed specifically for Homelab applications and configurations.
- Automated CI/CD: Gitea Actions automatically lint, test, package, and release new versions of these charts.
- Dependency Management: Fully integrated with Renovate to automatically update dependencies and base configurations.
Helm must be installed to use the charts provided in this repository. Refer to the official Helm documentation if you need help getting started.
-
Add the Repository:
helm repo add alexlebens http://alexlebens.github.io/helm-charts/
-
Update the Repository:
helm repo update
-
Search for Available Charts:
helm search repo alexlebens
You can now install any of the available charts directly into your cluster using standard Helm commands.
charts/: The source directory containing all custom Helm charts.
This project is open-source and licensed under the terms of the Apache 2.0 License. See the LICENSE file for more details.