⎈ 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
Dashboard application for managing and monitoring your services
5.3.0 📖 README | GitHub | ArtifactHub
nginx Web Server Proxy
NGINX deployment with customizable configuration and autoscaling
0.2.0 📖 README | GitHub | ArtifactHub

📚 Browse all chart documentation →

Usage Examples

Install Chart

helm install my-nginx pandia/nginx

Install with Custom Values

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

Install from Values File

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

Upgrade Release

helm upgrade my-nginx pandia/nginx --version 0.2.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/nginx --versions # Install specific version helm install my-nginx pandia/nginx --version 0.1.4

Contributing

Contributions are welcome! Please: