Skip to content

Helm

Install helm cli

Bash
curl 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

Bash
helm repo add <chartName> <chartURL> 

Update charts config

Repo update

You need to do an update after adding new repo.

Bash
helm repo update