Nexus从3.21.1开始正式支持Helm charts仓库的管理。之前一直是使用第三方插件的形式支持的。
目前暂时支持Hosted和Proxy类型的Helm仓库
Proxy
Hosted
- helm-hosted
helm repo add 远程Charts仓库别名 http://nexus-ip:8081/repository/helm-google/ --username admin --password="*****"
helm repo list
helm search repo
helm pull 远程Charts仓库别名/chart名 --untar
helm fetch 远程Charts仓库别名/chart名 --version 1.3.0
curl -u 用户名:密码 http://nexus-ip:8081/repository/helm-hosted/ --upload-file sentry-kubernetes-0.2.3.tgz