From 0a564474c540dee06d47ef6faf18b3085c79adfb Mon Sep 17 00:00:00 2001 From: hongming Date: Fri, 18 Oct 2024 14:45:05 +0800 Subject: [PATCH] Update ks-core helm chart version to 1.1.2 --- content/zh/docs/v4.1/02-quickstart/01-install-kubesphere.adoc | 2 +- .../02-install-kubernetes-and-kubesphere.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/v4.1/02-quickstart/01-install-kubesphere.adoc b/content/zh/docs/v4.1/02-quickstart/01-install-kubesphere.adoc index 7481fbf5d..f93ad1191 100644 --- a/content/zh/docs/v4.1/02-quickstart/01-install-kubesphere.adoc +++ b/content/zh/docs/v4.1/02-quickstart/01-install-kubesphere.adoc @@ -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 ---- + diff --git a/content/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc b/content/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc index afde43911..46b577731 100644 --- a/content/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc +++ b/content/zh/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc @@ -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[]