Helm Install helm cli Bashcurl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 Helm have two components : The Helm client (CLI) The Helm pod inside the k8s Charts Add a repo Bashhelm repo add <chartName> <chartURL> Update charts config Repo update You need to do an update after adding new repo. Bashhelm repo update