阿里雲倉庫地址 https://repomanage.rdc.aliyun.com/my/helm-repos/namespaces
添加Helm倉庫
$ export NAMESPACE=自定義命名空間
$ helm repo add $NAMESPACE https://repomanage.rdc.aliyun.com/helm_repositories/$NAMESPACE --username=ydT2ns --password=******
發布Chart
安裝Helm Push插件
$ helm plugin install https://github.com/chartmuseum/helm-push
以Chart目錄形式發布到倉庫
以Chart壓縮包形式發布到倉庫
更新本地索引
搜索Chart
$ helm search $NAMESPACE/mychart #搜索chart
安裝Chart