⎈ Helm Charts Repository

Production-ready Kubernetes application charts

Getting Started

Add this repository to your Helm client:

helm repo add pandia https://charts.pandia.io/ helm repo update

Search Available Charts

helm search repo pandia

Install a Chart

helm install my-release pandia/<chart-name>

Available Charts

Chart Description Version Links
application Generic Flexible
Generic Helm chart for deploying various application types with extensive customization options
6.15.0 📖 README | GitHub | ArtifactHub
homarr Dashboard
A simple, yet powerful dashboard for your server
1.0.0 📖 README | GitHub | ArtifactHub

📚 Browse all chart documentation →

Usage Examples

Install Homarr Chart

helm install my-homarr pandia/homarr

Install Application Chart

helm install my-app pandia/application \ --set replicaCount=3 \ --set service.type=LoadBalancer

Install from Values File

helm install my-homarr pandia/homarr -f custom-values.yaml

Upgrade Release

helm upgrade my-homarr pandia/homarr --version 1.0.0

Resources

Chart Versions

All charts follow Semantic Versioning. Check the releases page for full changelog.

# List all versions of a specific chart helm search repo pandia/homarr --versions # Install specific version helm install my-homarr pandia/homarr --version 1.0.0

Contributing

Contributions are welcome! Please: