Nexus3-Nexus管理Helm Charts

image

一、创建helm仓库

image
image

二、上传仓库

  • 使用以下命令将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

image
image

helm repo update
helm search repo -l helm-release-name
posted @ 2021-06-03 17:45  SRE运维充电站  阅读(516)  评论(0编辑  收藏  举报