Update ks-core helm chart version to 1.1.2 (#3201)

This commit is contained in:
hongming 2024-10-18 14:46:50 +08:00 committed by ROOMrepair
parent c1fab23a0f
commit bb331fb32a
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ apt install socat conntrack -y
+
[,bash]
----
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --debug --wait
----
+

View File

@ -378,7 +378,7 @@ curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
====
[,bash]
----
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --debug --wait
----
include::../../../../_ks_components/admonitions/note.adoc[]