🚀 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:
helm install my-nginx helmhub/nginx
helm install my-db helmhub/postgresql
helm install my-cache helmhub/redis