helm下载
version=v3.6.0
curl -LO https://get.helm.sh/helm-${version}-linux-amd64.tar.gz
解压后的二进制可以直接使用
添加chart仓库
helm repo add harbor https://helm.goharbor.io
helm pull harbor/harbor --version 1.14.1
参考
https://github.com/goharbor/harbor-helm
https://goharbor.io/docs/2.5.0/install-config/harbor-ha-helm/
https://blog.youkuaiyun.com/networken/article/details/126295863