Nexus3-Nexus管理Helm Charts
一、创建helm仓库
二、上传仓库
- 使用以下命令将Nexus存储库添加到您的Helm配置中,访问Helm存储库。
helm repo add nexus http://nexus.pingcode.live/repository/helm-hosted/
helm repo list
- 上传chart到仓储库
helm3 package ./charts
curl -v -F file=@helm-release-name-0.1.0.tgz -u username:password@20202 http://nexus.xx.live/v1/components?repository=helm-hosted
helm repo update
helm search repo -l helm-release-name
向往的地方很远,喜欢的东西很贵,这就是我努力的目标。