⎈ HelmHub Charts

Production-Ready Kubernetes Applications

113
Charts Available
100%
Lint Validated

🚀 Quick Start

Add the HelmHub repository:

helm repo add helmhub https://helmhub-io.github.io/charts/ helm repo update

Search for available charts:

helm search repo helmhub

Install a chart:

# Install nginx helm install my-nginx helmhub/nginx # Install postgresql helm install my-db helmhub/postgresql # Install redis helm install my-cache helmhub/redis