Helm
Repositories Commands
Helm repositories are where charts are stored and shared. Learn how to add, update, and search chart repositories to find the packages you need for your Kubernetes deployments.
6 commands
Pro Tips
Always run 'helm repo update' before installing charts to get the latest versions.
Use 'helm search hub' to search Artifact Hub for charts from multiple sources.
Common Mistakes
Only add repositories from trusted sources. Review charts before deploying.