Skip to content

Helm Charts Repository

Welcome to the Helm Charts documentation! This repository contains production-ready Helm charts for deploying applications on Kubernetes.

Use the search bar above (or press S / F) to search across all chart values, descriptions, and documentation.

  • Application Chart


    Generic helm chart for deploying stateless applications, jobs, and cronjobs.

    View Chart

  • Homarr


    Dashboard for managing your self-hosted applications.

    View Chart

  • NGINX


    NGINX web server with customizable configuration.

    View Chart

⚡ 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:

# Clone the repo and start the dev server
./scripts/docs-dev.sh serve

The documentation will be available at http://localhost:8000 with live reload enabled.