Difference between revisions of "Helm repo add"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 8: | Line 8: | ||
== Examples == | == Examples == | ||
[[helm repo]] add stable https://charts.helm.sh/stable | [[helm repo]] add stable https://charts.helm.sh/stable | ||
− | |||
− | |||
[[helm repo]] add [[ingress-nginx]] https://kubernetes.github.io/ingress-nginx/ | [[helm repo]] add [[ingress-nginx]] https://kubernetes.github.io/ingress-nginx/ | ||
− | |||
− | |||
[[helm repo]] add [[jenkins]]ci https://charts.jenkins.io | [[helm repo]] add [[jenkins]]ci https://charts.jenkins.io | ||
− | |||
− | |||
helm repo add stable https://kubernetes-charts.storage.googleapis.com/ | helm repo add stable https://kubernetes-charts.storage.googleapis.com/ | ||
− | |||
− | |||
helm repo add [[bitnami]] https://charts.bitnami.com/bitnami | helm repo add [[bitnami]] https://charts.bitnami.com/bitnami | ||
− | |||
[[helm repo add grafana]] https://grafana.github.io/helm-charts | [[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 | ||
+ | [[helm repo]] add prometheus-community https://prometheus-community.github.io/helm-charts | ||
− | |||
− | + | "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 | ||
− | |||
− | |||
== Related commands == | == Related commands == |
Revision as of 18:19, 10 June 2022
helm repo add
helm repo add kubernetes-dashboard helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
Examples
helm repo add stable https://charts.helm.sh/stable helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx/ 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 kubernetes-dashboard https://kubernetes.github.io/dashboard/ helm repo add eks https://aws.github.io/eks-charts helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
"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
Related commands
helm repo update
helm search repo stable
helm repo
helm repo list
helm install
helm install --name ingress-nginx ingress-nginx/ingress-nginx
brew install helm
See also
- Helm,
helm
[repo | template
|list
|install | unsintall
|create
|show | pull | push
|status | history | plugin
|search | upgrade | delete | lint | test | package | dependency | get | rollback | version | --help]
,helm@2
, Chart file structure, Helm Charts,values.yaml, chart.yaml
, Helm functions, Helm versions,helmfile
Deprecated:init
, variables, Mapkubeapis, .helmignore
Advertising: