playbook/roles/harbor/files/setup-with-ali-oss.sh: set version 1.11.2

This commit is contained in:
Haitao Pan 2023-05-10 00:58:09 +08:00
parent a28e33a1ba
commit aa729165b8

View File

@ -52,4 +52,4 @@ EOF
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
helm repo add harbor https://helm.goharbor.io
helm repo update
helm upgrade --install artifact harbor/harbor -f harbor-config.yaml -n $namespace
helm upgrade --install artifact harbor/harbor -f harbor-config.yaml --version 1.11.2 -n $namespace