Process Flow - Adding chart repositories
Start
Run helm repo add <name> <url>
Helm adds repo to local config
Run helm repo update
Helm fetches latest charts from all repos
Ready to install charts from new repo
End
This flow shows how to add a new chart repository to Helm, update the repo list, and prepare for installing charts.