Difference between revisions of "Helm repo add"

From wikieduonline
Jump to navigation Jump to search
Line 27: Line 27:
 
* <code>[[helm repo list]]</code>
 
* <code>[[helm repo list]]</code>
 
* <code>[[helm install]]</code>
 
* <code>[[helm install]]</code>
 +
[[helm install]] --name ingress-nginx ingress-nginx/ingress-nginx
 +
 
* [[helm repo update]]
 
* [[helm repo update]]
  

Revision as of 21:11, 29 November 2021

https://helm.sh/docs/helm/helm_repo_add/

Examples

helm repo add stable https://charts.helm.sh/stable
"stable" has been added to your repositories
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx/
"ingress-nginx" has been added to your repositories
helm repo add jenkinsci https://charts.jenkins.io
"jenkinsci" has been added to your repositories
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
"stable" has been added to your repositories
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/

Related commands

helm install --name ingress-nginx ingress-nginx/ingress-nginx

See also

Advertising: