heml version: helm3
harbor 需要。。。。
helm 需要安装 helm plugin install https://github.com/chartmuseum/helm-push.git
helm repo add library https://harbor/ring.com/chartrepo/library --username=name --password=password (注意用户)
helm push mysql-0.3.5.tgz library
curl -u rice:Ricemap123 -o /tmp/jenkins/mysql-0.3.5.tgz https://username:password@harbor.ring.com/chartrepo/library/charts/mysql-0.3.5.tgz
原文:https://www.cnblogs.com/director/p/14438368.html