diff --git a/content/en/docs/v4.1/02-quickstart/02-access-kubesphere-via-https.adoc b/content/en/docs/v4.1/02-quickstart/02-access-kubesphere-via-https.adoc index e58c7988e..3e5af843b 100644 --- a/content/en/docs/v4.1/02-quickstart/02-access-kubesphere-via-https.adoc +++ b/content/en/docs/v4.1/02-quickstart/02-access-kubesphere-via-https.adoc @@ -69,7 +69,7 @@ If you haven't installed KubeSphere yet, you can configure TLS during installati [source,bash] ---- -helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz \ +helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.4.tgz \ --set portal.hostname=kubesphere.my.org \ # Replace kubesphere.my.org with your custom domain --set portal.https.port=30880 \ --set ingress.enabled=true \ diff --git a/content/en/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc b/content/en/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc index 04ff8dc1b..8decb0ea2 100644 --- a/content/en/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc +++ b/content/en/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/02-install-kubernetes-and-kubesphere.adoc @@ -371,7 +371,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.3.tgz --debug --wait +helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.4.tgz --debug --wait ---- include::../../../../_ks_components-en/admonitions/note.adoc[] diff --git a/content/zh/docs/v4.1/02-quickstart/02-access-kubesphere-via-https.adoc b/content/zh/docs/v4.1/02-quickstart/02-access-kubesphere-via-https.adoc index 3b13343c3..769ec7e2b 100644 --- a/content/zh/docs/v4.1/02-quickstart/02-access-kubesphere-via-https.adoc +++ b/content/zh/docs/v4.1/02-quickstart/02-access-kubesphere-via-https.adoc @@ -69,7 +69,7 @@ kubectl get pods -n cert-manager [source,bash] ---- -helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz \ +helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.4.tgz \ --set portal.hostname=kubesphere.my.org \ # 将 kubesphere.my.org 替换为您的自定义域名 --set portal.https.port=30880 \ --set ingress.enabled=true \ diff --git a/content/zh/docs/v4.1/20-release-notes/release-v413.md b/content/zh/docs/v4.1/20-release-notes/release-v413.md index f5a3c4735..cdee9486e 100644 --- a/content/zh/docs/v4.1/20-release-notes/release-v413.md +++ b/content/zh/docs/v4.1/20-release-notes/release-v413.md @@ -1,4 +1,3 @@ - --- title: "4.1.3 版本说明" keywords: "Kubernetes, KubeSphere, 版本说明"