Difference between revisions of "Helm repo add"

From wikieduonline
Jump to navigation Jump to search
 
(43 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
* <code>[[helm repo]] add</code>
+
<code>[[helm repo]] add YOUR_REPO_NAME</code> add a chart repository
https://helm.sh/docs/helm/helm_repo_add/
+
* https://helm.sh/docs/helm/helm_repo_add/
 +
 
 +
[[helm search repo]]
  
 
== Examples ==
 
== Examples ==
  [[helm repo]] add stable https://charts.helm.sh/stable
+
  [[helm repo]] add [[ingress-nginx]] https://kubernetes.github.io/ingress-nginx/
  "stable" has been added to your repositories
+
[[helm repo]] add aws-efs-csi-driver https://kubernetes-sigs.github.io/aws-efs-csi-driver/
 +
  helm repo add [[kubernetes-dashboard]] https://kubernetes.github.io/dashboard/
 +
[[helm repo]] add vmware-tanzu https://vmware-tanzu.github.io/helm-charts
  
  [[helm repo]] add [[ingress-nginx]] https://kubernetes.github.io/ingress-nginx/
+
  [[helm repo add nginx-stable https://helm.nginx.com/stable]]
"ingress-nginx" has been added to your repositories
 
  
 
  [[helm repo]] add [[jenkins]]ci https://charts.jenkins.io
 
  [[helm repo]] add [[jenkins]]ci https://charts.jenkins.io
  "jenkinsci" has been added to your repositories
+
  helm repo add [[stable]] https://kubernetes-charts.storage.googleapis.com/
 +
helm repo add [[bitnami]] https://charts.bitnami.com/bitnami
 +
[[helm repo add grafana https://grafana.github.io/helm-charts]]
  
  helm repo add stable https://kubernetes-charts.storage.googleapis.com/
+
  [[helm repo add eks]] https://aws.github.io/eks-charts
  "stable" has been added to your repositories
+
[[helm repo add prometheus-community]] https://prometheus-community.github.io/helm-charts
 +
[[helm repo]] add [[jetstack]] https://charts.jetstack.io
 +
[[helm repo]] add stable https://charts.helm.sh/stable
 +
[[helm repo add elastic https://helm.elastic.co]]
 +
[[helm repo add hashicorp]] https://helm.releases.hashicorp.com
 +
[[helm repo]] add [[stakewise]] https://charts.stakewise.io
 +
[[helm repo add apache-airflow]] https://airflow.apache.org
 +
* <code>[[helm repo add metrics-server]] https://kubernetes-sigs.github.io/metrics-server/</code>
 +
[[helm repo add sentry https://sentry-kubernetes.github.io/charts]]
 +
[[helm repo add karpenter https://charts.karpenter.sh/]]
 +
[[helm repo add sentinelone]] https://sentinel-one.github.io/helm-charts/
 +
  [[helm repo add aqua-helm]] https://helm.aquasec.com
  
  helm repo add [[bitnami]] https://charts.bitnami.com/bitnami
+
  [[helm repo add fluent https://fluent.github.io/helm-charts]]
  
  [[helm repo add grafana]] https://grafana.github.io/helm-charts
+
  [[helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts]]
  
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
 
  
  [[helm repo]] add eks https://aws.github.io/eks-charts
+
Outputs:
 +
  "stable" has been added to your repositories
 +
"ingress-nginx" has been added to your repositories
 +
"jenkinsci" has been added to your repositories
 +
"stable" has been added to your repositories
 
  "eks" has been added to your repositories
 
  "eks" has been added to your repositories
 +
"jetstack" has been added to your repositories
  
  [[helm repo]] add prometheus-community https://prometheus-community.github.io/helm-charts
+
== Errors ==
 +
  Error: looks like "https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd" [[is not a valid chart repository]] or cannot be reached: failed to fetch https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd/index.yaml : 404 Not Found
 +
 +
Solution: [[helm repo]] add [[argo]] https://argoproj.github.io/argo-helm
  
 
== Related commands ==
 
== Related commands ==
 
* <code>[[helm repo update]]</code>
 
* <code>[[helm repo update]]</code>
* <code>[[helm search repo stable]]</code>
+
* <code>[[helm search repo]]</code>
* <code>[[helm repo]]</code>
+
* <code>[[helm search repo your_repo_name]]</code>
 
* <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
+
* <code>[[helm install]] --name ingress-nginx ingress-nginx/ingress-nginx</code>
 +
* <code>[[brew install helm]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{helm repo}}
 
* {{helm}}
 
* {{helm}}
 
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

Latest revision as of 17:44, 23 January 2024

helm repo add YOUR_REPO_NAME add a chart repository

helm search repo

Examples[edit]

helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx/
helm repo add aws-efs-csi-driver https://kubernetes-sigs.github.io/aws-efs-csi-driver/
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
helm repo add vmware-tanzu https://vmware-tanzu.github.io/helm-charts
helm repo add nginx-stable https://helm.nginx.com/stable
helm repo add jenkinsci https://charts.jenkins.io
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add eks https://aws.github.io/eks-charts
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add jetstack https://charts.jetstack.io
helm repo add stable https://charts.helm.sh/stable
helm repo add elastic https://helm.elastic.co
helm repo add hashicorp https://helm.releases.hashicorp.com
helm repo add stakewise https://charts.stakewise.io
helm repo add apache-airflow https://airflow.apache.org
helm repo add sentry https://sentry-kubernetes.github.io/charts
helm repo add karpenter https://charts.karpenter.sh/
helm repo add sentinelone https://sentinel-one.github.io/helm-charts/
helm repo add aqua-helm https://helm.aquasec.com
helm repo add fluent https://fluent.github.io/helm-charts
helm repo add gatekeeper https://open-policy-agent.github.io/gatekeeper/charts


Outputs:

"stable" has been added to your repositories
"ingress-nginx" has been added to your repositories
"jenkinsci" has been added to your repositories
"stable" has been added to your repositories
"eks" has been added to your repositories
"jetstack" has been added to your repositories

Errors[edit]

Error: looks like "https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd" is not a valid chart repository or cannot be reached: failed to fetch https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd/index.yaml : 404 Not Found

Solution: helm repo add argo https://argoproj.github.io/argo-helm

Related commands[edit]

See also[edit]

Advertising: