helm install fails because the chart cannot be found; the team never configured chart repositories. What should they do first to consume published charts?
Select an answer to reveal the explanation.
Short Explanation
No map to the chart store, no package. helm repo add points Helm at the repository; helm repo update refreshes the index so install can find the chart.
Full Explanation
Consuming published charts typically requires adding a chart repository with helm repo add and refreshing indexes with helm repo update (or equivalent install flags that pull by reference). Node labels, imagePullPolicy, and disabling the API server do not register Helm chart repositories.