Helm repo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* https://helm.sh/docs/helm/#helm-repo | * https://helm.sh/docs/helm/#helm-repo | ||
* https://helm.sh/docs/using_helm/#helm-repo-working-with-repositories | |||
=Internal= | =Internal= | ||
Line 8: | Line 9: | ||
* [[Helm Concepts#Repository|Helm Concepts]] | * [[Helm Concepts#Repository|Helm Concepts]] | ||
=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== | |||
helm repo update | helm repo update |
Revision as of 17:29, 28 August 2019
External
- https://helm.sh/docs/helm/#helm-repo
- https://helm.sh/docs/using_helm/#helm-repo-working-with-repositories
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
helm repo update