# 更新仓库,使用最新版 helm repo update # 测试环境 helm install cr harbor/harbor --version 1.2.0 --namespace dev -f ./values-test.yaml # 生产环境 helm install cr harbor/harbor --version 1.2.0 --namespace intra -f ./values.yaml