Difference between revisions of "Helm repo add"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 36: Line 36:
 
* <code>[[helm install]]</code>
 
* <code>[[helm install]]</code>
 
* <code>[[helm install]] --name ingress-nginx ingress-nginx/ingress-nginx</code>
 
* <code>[[helm install]] --name ingress-nginx ingress-nginx/ingress-nginx</code>
 +
* <code>[[brew install helm]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 23:48, 22 May 2022

helm repo add

helm repo add kubernetes-dashboard 

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/
helm repo add eks https://aws.github.io/eks-charts
"eks" has been added to your repositories
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts

Related commands

See also

Advertising: