Helm repo

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

Add a New Repository

helm repo add dev https://example.com/dev-charts

Note that the repository must expose an index.yaml, otherwise the above command will fail with .../index.yaml 404 Not Found.

Update the Local Repository Cache

The command reaches out to remote repositories Helm installation is configured with and updates information about ?

helm [--debug] repo update