helm repo add
Jump to navigation
Jump to search
helm repo add
helm repo add kubernetes-dashboard
Examples[edit]
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[edit]
helm repo update
helm search repo stable
helm repo
helm repo list
helm install
helm install --name ingress-nginx ingress-nginx/ingress-nginx
See also[edit]
- Helm,
helm
,helm repository, helm template
,helm list
,helm ls
,helm install, helm uninstall
,helm repo
,helm repo list
,helm repo add
,helm repo update
,helm create
,helm versions
, Helm Charts,helm show, helm pull
,helm status
,helm search, helm upgrade, helm delete
, Chart file structure,chart.yaml
,helm --help