HelmRepositories

helm repo add

Adds a chart repository so its charts can be installed by name.

Syntax

helm repo add <name> <url>

Examples

Add the Bitnami chart repository

helm repo add bitnami https://charts.bitnami.com/bitnami

Related commands