Helm Charts Repository¶
Welcome to the Helm Charts documentation! This repository contains production-ready Helm charts for deploying applications on Kubernetes.
Quick Search¶
Use the search bar above (or press S / F) to search across all chart values, descriptions, and documentation.
Featured Charts¶
-
Application Chart
Generic helm chart for deploying stateless applications, jobs, and cronjobs.
-
Homarr
Dashboard for managing your self-hosted applications.
-
NGINX
NGINX web server with customizable configuration.
Quick Start¶
# Add the Helm repository
helm repo add pandia https://charts.pandia.io
helm repo update
# Install a chart
helm install my-app pandia/application
Documentation¶
| Section | Description |
|---|---|
| Getting Started | Installation and basic usage |
| Charts | All available charts with full documentation |
| Values Search | Interactive search across all chart values |
| Contributing | How to contribute to this repository |
Browse by Tags¶
Explore charts organized by tags in the navigation.
Local Development¶
To preview this documentation locally:
The documentation will be available at http://localhost:8000 with live reload enabled.