Helm repo: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
Note that the repository must expose an index.yaml, otherwise the above command will fail with .../index.yaml 404 Not Found. | Note that the repository must expose an index.yaml, otherwise the above command will fail with .../index.yaml 404 Not Found. | ||
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/ | |||
==Update the Local Repository Cache== | ==Update the Local Repository Cache== |
Revision as of 04:00, 31 August 2019
External
- https://helm.sh/docs/helm/#helm-repo
- https://helm.sh/docs/using_helm/#helm-repo-working-with-repositories
Internal
Overview
List Repositories Helm is Configured With
helm repo list
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.
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
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