使用仓库管理chart
Chart
# 这个仓库是mobvista的一个内部仓库
http://harbor-v2.mobvista.com/
# 登录后请创建自己的一个项目这里是
maxcloud
# 添加到helm repo
$ helm repo add maxcloud http://harbor-v2.mobvista.com/chartrepo/maxcloud
# 非Public的则需要认证
$ helm repo add maxcloud [email protected] --password=xxx http://harbor-v2.mobvista.com/chartrepo/maxcloud
$ helm repo list 130 ↵
NAME URL
bitnami https://charts.bitnami.com/bitnami
elastic https://helm.elastic.co
prometheus-community https://prometheus-community.github.io/helm-charts
maxcloud http://harbor-v2.mobvista.com/chartrepo/maxcloud 

最后更新于
这有帮助吗?