add charts repo mirror

Signed-off-by: feng <guofeng@yunify.com>
This commit is contained in:
feng 2025-01-06 15:15:54 +08:00
parent 094702e9bd
commit d90efbe41f
2 changed files with 2 additions and 0 deletions

View File

@ -370,6 +370,7 @@ curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
====
[,bash]
----
# If you are accessing charts.kubesphere.io from a restricted location, replace charts.kubesphere.io with charts.kubesphere.com.cn
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait
----

View File

@ -367,6 +367,7 @@ curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
====
[,bash]
----
# 如果无法访问 charts.kubesphere.io, 可将 charts.kubesphere.io 替换为 charts.kubesphere.com.cn
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --debug --wait
----