You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/07/06 09:25:09 UTC

[dolphinscheduler-website] branch history-docs updated: fix: k8s bitnami repo index error (#805)

This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch history-docs
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/history-docs by this push:
     new 927cf918f fix: k8s bitnami repo index error (#805)
927cf918f is described below

commit 927cf918f0face3eeb08c1022c53165242980138
Author: Jiajie Zhong <zh...@gmail.com>
AuthorDate: Wed Jul 6 17:25:04 2022 +0800

    fix: k8s bitnami repo index error (#805)
---
 .dlc.json                                          |  3 +++
 docs/1.3.5/docs/en/kubernetes-deployment.md        | 10 +++++++++
 docs/1.3.5/docs/zh/kubernetes-deployment.md        |  7 ++++++
 docs/1.3.6/docs/en/kubernetes-deployment.md        | 10 +++++++++
 docs/1.3.6/docs/zh/kubernetes-deployment.md        |  7 ++++++
 docs/1.3.8/docs/en/kubernetes-deployment.md        | 10 +++++++++
 docs/1.3.8/docs/zh/kubernetes-deployment.md        |  7 ++++++
 docs/1.3.9/docs/en/kubernetes-deployment.md        | 10 +++++++++
 docs/1.3.9/docs/zh/kubernetes-deployment.md        | 25 ++++++++++++++--------
 .../2.0.0/docs/en/guide/installation/kubernetes.md | 10 +++++++++
 .../2.0.0/docs/zh/guide/installation/kubernetes.md |  7 ++++++
 .../2.0.1/docs/en/guide/installation/kubernetes.md | 10 +++++++++
 .../2.0.1/docs/zh/guide/installation/kubernetes.md |  7 ++++++
 .../2.0.2/docs/en/guide/installation/kubernetes.md | 10 +++++++++
 .../2.0.2/docs/zh/guide/installation/kubernetes.md |  7 ++++++
 .../2.0.3/docs/en/guide/installation/kubernetes.md | 10 +++++++++
 .../2.0.3/docs/zh/guide/installation/kubernetes.md |  7 ++++++
 .../2.0.5/docs/en/guide/installation/kubernetes.md | 10 +++++++++
 .../2.0.5/docs/zh/guide/installation/kubernetes.md |  7 ++++++
 19 files changed, 165 insertions(+), 9 deletions(-)

diff --git a/.dlc.json b/.dlc.json
index 306ccd62c..0252520ea 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -8,6 +8,9 @@
     },
     {
       "pattern": "^http://192"
+    },
+    {
+      "pattern": "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
     }
   ],
   "replacementPatterns": [
diff --git a/docs/1.3.5/docs/en/kubernetes-deployment.md b/docs/1.3.5/docs/en/kubernetes-deployment.md
index ba2c48d6a..b23d89fe8 100644
--- a/docs/1.3.5/docs/en/kubernetes-deployment.md
+++ b/docs/1.3.5/docs/en/kubernetes-deployment.md
@@ -8,6 +8,16 @@
 
 ## Installing the Chart
 
+> NOTE: You need to change your `Chart.yaml` locally to make it work. Due to a change in the Bitnami repo,
+> https://charts.bitnami.com/bitnami was truncated only containing entries for the latest 6 months (from January 2022 on).
+> This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami contains the full 'index.yaml'.
+>
+> See detail here: https://github.com/bitnami/charts/issues/10833.
+>
+> Change you `Chart.yaml` in path `apache-dolphinscheduler-incubating-1.3.5-src-release/docker/kubernetes/dolphinscheduler` after you download the source code
+> and replace two places from `repository: https://charts.bitnami.com/bitnami`
+> to `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 Please download the source code package apache-dolphinscheduler-incubating-1.3.5-src.zip, download address: [download](/en-us/download/download.html)
 
 To install the chart with the release name `dolphinscheduler`, please execute the following commands:
diff --git a/docs/1.3.5/docs/zh/kubernetes-deployment.md b/docs/1.3.5/docs/zh/kubernetes-deployment.md
index 063be5497..6e7ec93f6 100644
--- a/docs/1.3.5/docs/zh/kubernetes-deployment.md
+++ b/docs/1.3.5/docs/zh/kubernetes-deployment.md
@@ -8,6 +8,13 @@
 
 ## 安装 dolphinscheduler
 
+> 注意:您需要在本地更改 `Chart.yaml` 文件才能使其正常工作。 由于 Bitnami 存储库的更改,https://charts.bitnami.com/bitnami 被截断,
+> 仅包含最近 6 个月(从 2022 年 1 月起)的条目。 只有这个 url 才包含了:https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami 完整的 index.yaml。
+> 如果您想了解更多细节,请访问:https://github.com/bitnami/charts/issues/10833。
+>
+> 下载源代码后,更改路径 `apache-dolphinscheduler-incubating-1.3.5-src-release/docker/kubernetes/dolphinscheduler` 中的 `Chart.yaml` 文件,需要同时修改两个地方,
+> 将 `repository: https://charts.bitnami.com/bitnami` 替换成 `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 请下载源码包 apache-dolphinscheduler-incubating-1.3.5-src.zip,下载地址: [下载](/zh-cn/download/download.html)
 
 发布一个名为 `dolphinscheduler` 的版本(release),请执行以下命令:
diff --git a/docs/1.3.6/docs/en/kubernetes-deployment.md b/docs/1.3.6/docs/en/kubernetes-deployment.md
index 0e99c9e3b..668b1a671 100644
--- a/docs/1.3.6/docs/en/kubernetes-deployment.md
+++ b/docs/1.3.6/docs/en/kubernetes-deployment.md
@@ -8,6 +8,16 @@
 
 ## Installing the Chart
 
+> NOTE: You need to change your `Chart.yaml` locally to make it work. Due to a change in the Bitnami repo,
+> https://charts.bitnami.com/bitnami was truncated only containing entries for the latest 6 months (from January 2022 on).
+> This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami contains the full 'index.yaml'.
+>
+> See detail here: https://github.com/bitnami/charts/issues/10833.
+>
+> Change you `Chart.yaml` in path `apache-dolphinscheduler-1.3.6-src/docker/kubernetes/dolphinscheduler` after you download the source code
+> and replace two places from `repository: https://charts.bitnami.com/bitnami`
+> to `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 Please download the source code package apache-dolphinscheduler-1.3.6-src.tar.gz, download address: [download](/en-us/download/download.html)
 
 To install the chart with the release name `dolphinscheduler`, please execute the following commands:
diff --git a/docs/1.3.6/docs/zh/kubernetes-deployment.md b/docs/1.3.6/docs/zh/kubernetes-deployment.md
index e41767166..d689ab600 100644
--- a/docs/1.3.6/docs/zh/kubernetes-deployment.md
+++ b/docs/1.3.6/docs/zh/kubernetes-deployment.md
@@ -8,6 +8,13 @@
 
 ## 安装 dolphinscheduler
 
+> 注意:您需要在本地更改 `Chart.yaml` 文件才能使其正常工作。 由于 Bitnami 存储库的更改,https://charts.bitnami.com/bitnami 被截断,
+> 仅包含最近 6 个月(从 2022 年 1 月起)的条目。 只有这个 url 才包含了:https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami 完整的 index.yaml。
+> 如果您想了解更多细节,请访问:https://github.com/bitnami/charts/issues/10833。
+>
+> 下载源代码后,更改路径 `apache-dolphinscheduler-1.3.6-src/docker/kubernetes/dolphinscheduler` 中的 `Chart.yaml` 文件,需要同时修改两个地方,
+> 将 `repository: https://charts.bitnami.com/bitnami` 替换成 `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 请下载源码包 apache-dolphinscheduler-1.3.6-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
 
 发布一个名为 `dolphinscheduler` 的版本(release),请执行以下命令:
diff --git a/docs/1.3.8/docs/en/kubernetes-deployment.md b/docs/1.3.8/docs/en/kubernetes-deployment.md
index fcc65842e..9a2a3c789 100644
--- a/docs/1.3.8/docs/en/kubernetes-deployment.md
+++ b/docs/1.3.8/docs/en/kubernetes-deployment.md
@@ -8,6 +8,16 @@
 
 ## Installing the Chart
 
+> NOTE: You need to change your `Chart.yaml` locally to make it work. Due to a change in the Bitnami repo,
+> https://charts.bitnami.com/bitnami was truncated only containing entries for the latest 6 months (from January 2022 on).
+> This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami contains the full 'index.yaml'.
+>
+> See detail here: https://github.com/bitnami/charts/issues/10833.
+>
+> Change you `Chart.yaml` in path `apache-dolphinscheduler-1.3.8-src/docker/kubernetes/dolphinscheduler` after you download the source code
+> and replace two places from `repository: https://charts.bitnami.com/bitnami`
+> to `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 Please download the source code package apache-dolphinscheduler-1.3.8-src.tar.gz, download address: [download](/en-us/download/download.html)
 
 To install the chart with the release name `dolphinscheduler`, please execute the following commands:
diff --git a/docs/1.3.8/docs/zh/kubernetes-deployment.md b/docs/1.3.8/docs/zh/kubernetes-deployment.md
index a5cd1fafc..d79ed2f12 100644
--- a/docs/1.3.8/docs/zh/kubernetes-deployment.md
+++ b/docs/1.3.8/docs/zh/kubernetes-deployment.md
@@ -8,6 +8,13 @@
 
 ## 安装 dolphinscheduler
 
+> 注意:您需要在本地更改 `Chart.yaml` 文件才能使其正常工作。 由于 Bitnami 存储库的更改,https://charts.bitnami.com/bitnami 被截断,
+> 仅包含最近 6 个月(从 2022 年 1 月起)的条目。 只有这个 url 才包含了:https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami 完整的 index.yaml。
+> 如果您想了解更多细节,请访问:https://github.com/bitnami/charts/issues/10833。
+>
+> 下载源代码后,更改路径 apache-dolphinscheduler-1.3.8-src/docker/kubernetes/dolphinscheduler` 中的 `Chart.yaml` 文件,需要同时修改两个地方,
+> 将 `repository: https://charts.bitnami.com/bitnami` 替换成 `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 请下载源码包 apache-dolphinscheduler-1.3.8-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
 
 发布一个名为 `dolphinscheduler` 的版本(release),请执行以下命令:
diff --git a/docs/1.3.9/docs/en/kubernetes-deployment.md b/docs/1.3.9/docs/en/kubernetes-deployment.md
index 1099f2e31..fb6d525e5 100644
--- a/docs/1.3.9/docs/en/kubernetes-deployment.md
+++ b/docs/1.3.9/docs/en/kubernetes-deployment.md
@@ -8,6 +8,16 @@
 
 ## Installing the Chart
 
+> NOTE: You need to change your `Chart.yaml` locally to make it work. Due to a change in the Bitnami repo,
+> https://charts.bitnami.com/bitnami was truncated only containing entries for the latest 6 months (from January 2022 on).
+> This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami contains the full 'index.yaml'.
+>
+> See detail here: https://github.com/bitnami/charts/issues/10833.
+>
+> Change you `Chart.yaml` in path `apache-dolphinscheduler-1.3.9-src/docker/kubernetes/dolphinscheduler` after you download the source code
+> and replace two places from `repository: https://charts.bitnami.com/bitnami`
+> to `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 Please download the source code package apache-dolphinscheduler-1.3.9-src.tar.gz, download address: [download](/en-us/download/download.html)
 
 To install the chart with the release name `dolphinscheduler`, please execute the following commands:
diff --git a/docs/1.3.9/docs/zh/kubernetes-deployment.md b/docs/1.3.9/docs/zh/kubernetes-deployment.md
index a5cd1fafc..c6a96b574 100644
--- a/docs/1.3.9/docs/zh/kubernetes-deployment.md
+++ b/docs/1.3.9/docs/zh/kubernetes-deployment.md
@@ -8,16 +8,23 @@
 
 ## 安装 dolphinscheduler
 
-请下载源码包 apache-dolphinscheduler-1.3.8-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
+> 注意:您需要在本地更改 `Chart.yaml` 文件才能使其正常工作。 由于 Bitnami 存储库的更改,https://charts.bitnami.com/bitnami 被截断,
+> 仅包含最近 6 个月(从 2022 年 1 月起)的条目。 只有这个 url 才包含了:https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami 完整的 index.yaml。
+> 如果您想了解更多细节,请访问:https://github.com/bitnami/charts/issues/10833。
+>
+> 下载源代码后,更改路径 `apache-dolphinscheduler-1.3.9-src/docker/kubernetes/dolphinscheduler` 中的 `Chart.yaml` 文件,需要同时修改两个地方,
+> 将 `repository: https://charts.bitnami.com/bitnami` 替换成 `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
+请下载源码包 apache-dolphinscheduler-1.3.9-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
 
 发布一个名为 `dolphinscheduler` 的版本(release),请执行以下命令:
 
 ```
-$ tar -zxvf apache-dolphinscheduler-1.3.8-src.tar.gz
-$ cd apache-dolphinscheduler-1.3.8-src/docker/kubernetes/dolphinscheduler
+$ tar -zxvf apache-dolphinscheduler-1.3.9-src.tar.gz
+$ cd apache-dolphinscheduler-1.3.9-src/docker/kubernetes/dolphinscheduler
 $ helm repo add bitnami https://charts.bitnami.com/bitnami
 $ helm dependency update .
-$ helm install dolphinscheduler . --set image.tag=1.3.8
+$ helm install dolphinscheduler . --set image.tag=1.3.9
 ```
 
 将名为 `dolphinscheduler` 的版本(release) 发布到 `test` 的命名空间中:
@@ -189,7 +196,7 @@ kubectl scale --replicas=6 sts dolphinscheduler-worker -n test # with test names
 2. 创建一个新的 `Dockerfile`,用于添加 MySQL 的驱动包:
 
 ```
-FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:1.3.8
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:1.3.9
 COPY mysql-connector-java-5.1.49.jar /opt/dolphinscheduler/lib
 ```
 
@@ -232,7 +239,7 @@ externalDatabase:
 2. 创建一个新的 `Dockerfile`,用于添加 MySQL 驱动包:
 
 ```
-FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:1.3.8
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:1.3.9
 COPY mysql-connector-java-5.1.49.jar /opt/dolphinscheduler/lib
 ```
 
@@ -261,7 +268,7 @@ docker build -t apache/dolphinscheduler:mysql-driver .
 2. 创建一个新的 `Dockerfile`,用于添加 Oracle 驱动包:
 
 ```
-FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:1.3.8
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:1.3.9
 COPY ojdbc8-19.9.0.0.jar /opt/dolphinscheduler/lib
 ```
 
@@ -284,7 +291,7 @@ docker build -t apache/dolphinscheduler:oracle-driver .
 1. 创建一个新的 `Dockerfile`,用于安装 pip:
 
 ```
-FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:1.3.8
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:1.3.9
 COPY requirements.txt /tmp
 RUN apt-get update && \
     apt-get install -y --no-install-recommends python-pip && \
@@ -317,7 +324,7 @@ docker build -t apache/dolphinscheduler:pip .
 1. 创建一个新的 `Dockerfile`,用于安装 Python 3:
 
 ```
-FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:1.3.8
+FROM dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler:1.3.9
 RUN apt-get update && \
     apt-get install -y --no-install-recommends python3 && \
     rm -rf /var/lib/apt/lists/*
diff --git a/docs/2.0.0/docs/en/guide/installation/kubernetes.md b/docs/2.0.0/docs/en/guide/installation/kubernetes.md
index e08c1bb83..048c4f9de 100644
--- a/docs/2.0.0/docs/en/guide/installation/kubernetes.md
+++ b/docs/2.0.0/docs/en/guide/installation/kubernetes.md
@@ -12,6 +12,16 @@ If you are a green hand and want to experience DolphinScheduler, we recommended
 
 ## Installing the Chart
 
+> NOTE: You need to change your `Chart.yaml` locally to make it work. Due to a change in the Bitnami repo,
+> https://charts.bitnami.com/bitnami was truncated only containing entries for the latest 6 months (from January 2022 on).
+> This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami contains the full 'index.yaml'.
+> 
+> See more detail here: https://github.com/bitnami/charts/issues/10833.
+>
+> Change you `Chart.yaml` in path `apache-dolphinscheduler-2.0.0-src/docker/kubernetes/dolphinscheduler` after you download the source code
+> and replace two places from `repository: https://charts.bitnami.com/bitnami`
+> to `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 Please download the source code package apache-dolphinscheduler-2.0.0-src.tar.gz, download address: [download](/en-us/download/download.html)
 
 To install the chart with the release name `dolphinscheduler`, please execute the following commands:
diff --git a/docs/2.0.0/docs/zh/guide/installation/kubernetes.md b/docs/2.0.0/docs/zh/guide/installation/kubernetes.md
index a871a6915..05376462f 100644
--- a/docs/2.0.0/docs/zh/guide/installation/kubernetes.md
+++ b/docs/2.0.0/docs/zh/guide/installation/kubernetes.md
@@ -13,6 +13,13 @@ Kubernetes部署目的是在Kubernetes集群中部署 DolphinScheduler 服务,
 
 ## 安装 dolphinscheduler
 
+> 注意:您需要在本地更改 `Chart.yaml` 文件才能使其正常工作。 由于 Bitnami 存储库的更改,https://charts.bitnami.com/bitnami 被截断,
+> 仅包含最近 6 个月(从 2022 年 1 月起)的条目。 只有这个 url 才包含了:https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami 完整的 index.yaml。
+> 如果您想了解更多细节,请访问:https://github.com/bitnami/charts/issues/10833。
+>
+> 下载源代码后,更改路径 `apache-dolphinscheduler-2.0.0-src/docker/kubernetes/dolphinscheduler` 中的 `Chart.yaml` 文件,需要同时修改两个地方,
+> 将 `repository: https://charts.bitnami.com/bitnami` 替换成 `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 请下载源码包 apache-dolphinscheduler-2.0.0-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
 
 发布一个名为 `dolphinscheduler` 的版本(release),请执行以下命令:
diff --git a/docs/2.0.1/docs/en/guide/installation/kubernetes.md b/docs/2.0.1/docs/en/guide/installation/kubernetes.md
index 295d68c64..718bc6cfb 100644
--- a/docs/2.0.1/docs/en/guide/installation/kubernetes.md
+++ b/docs/2.0.1/docs/en/guide/installation/kubernetes.md
@@ -12,6 +12,16 @@ If you are a green hand and want to experience DolphinScheduler, we recommended
 
 ## Installing the Chart
 
+> NOTE: You need to change your `Chart.yaml` locally to make it work. Due to a change in the Bitnami repo,
+> https://charts.bitnami.com/bitnami was truncated only containing entries for the latest 6 months (from January 2022 on).
+> This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami contains the full 'index.yaml'.
+> 
+> See detail here: https://github.com/bitnami/charts/issues/10833.
+>
+> Change you `Chart.yaml` in path `apache-dolphinscheduler-2.0.1-src/docker/kubernetes/dolphinscheduler` after you download the source code
+> and replace two places from `repository: https://charts.bitnami.com/bitnami`
+> to `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 Please download the source code package apache-dolphinscheduler-2.0.1-src.tar.gz, download address: [download](/en-us/download/download.html)
 
 To install the chart with the release name `dolphinscheduler`, please execute the following commands:
diff --git a/docs/2.0.1/docs/zh/guide/installation/kubernetes.md b/docs/2.0.1/docs/zh/guide/installation/kubernetes.md
index 671857f68..b896421db 100644
--- a/docs/2.0.1/docs/zh/guide/installation/kubernetes.md
+++ b/docs/2.0.1/docs/zh/guide/installation/kubernetes.md
@@ -13,6 +13,13 @@ Kubernetes部署目的是在Kubernetes集群中部署 DolphinScheduler 服务,
 
 ## 安装 dolphinscheduler
 
+> 注意:您需要在本地更改 `Chart.yaml` 文件才能使其正常工作。 由于 Bitnami 存储库的更改,https://charts.bitnami.com/bitnami 被截断,
+> 仅包含最近 6 个月(从 2022 年 1 月起)的条目。 只有这个 url 才包含了:https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami 完整的 index.yaml。
+> 如果您想了解更多细节,请访问:https://github.com/bitnami/charts/issues/10833。
+>
+> 下载源代码后,更改路径 `apache-dolphinscheduler-2.0.1-src/docker/kubernetes/dolphinscheduler` 中的 `Chart.yaml` 文件,需要同时修改两个地方,
+> 将 `repository: https://charts.bitnami.com/bitnami` 替换成 `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 请下载源码包 apache-dolphinscheduler-2.0.1-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
 
 发布一个名为 `dolphinscheduler` 的版本(release),请执行以下命令:
diff --git a/docs/2.0.2/docs/en/guide/installation/kubernetes.md b/docs/2.0.2/docs/en/guide/installation/kubernetes.md
index e74c2241b..92695115a 100644
--- a/docs/2.0.2/docs/en/guide/installation/kubernetes.md
+++ b/docs/2.0.2/docs/en/guide/installation/kubernetes.md
@@ -12,6 +12,16 @@ If you are a green hand and want to experience DolphinScheduler, we recommended
 
 ## Installing the Chart
 
+> NOTE: You need to change your `Chart.yaml` locally to make it work. Due to a change in the Bitnami repo,
+> https://charts.bitnami.com/bitnami was truncated only containing entries for the latest 6 months (from January 2022 on).
+> This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami contains the full 'index.yaml'.
+>
+> See detail here: https://github.com/bitnami/charts/issues/10833.
+>
+> Change you `Chart.yaml` in path `apache-dolphinscheduler-2.0.2-src/docker/kubernetes/dolphinscheduler` after you download the source code
+> and replace two places from `repository: https://charts.bitnami.com/bitnami`
+> to `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 Please download the source code package apache-dolphinscheduler-2.0.2-src.tar.gz, download address: [download](/en-us/download/download.html)
 
 To install the chart with the release name `dolphinscheduler`, please execute the following commands:
diff --git a/docs/2.0.2/docs/zh/guide/installation/kubernetes.md b/docs/2.0.2/docs/zh/guide/installation/kubernetes.md
index d83ee66e4..3d4c0df95 100644
--- a/docs/2.0.2/docs/zh/guide/installation/kubernetes.md
+++ b/docs/2.0.2/docs/zh/guide/installation/kubernetes.md
@@ -13,6 +13,13 @@ Kubernetes部署目的是在Kubernetes集群中部署 DolphinScheduler 服务,
 
 ## 安装 dolphinscheduler
 
+> 注意:您需要在本地更改 `Chart.yaml` 文件才能使其正常工作。 由于 Bitnami 存储库的更改,https://charts.bitnami.com/bitnami 被截断,
+> 仅包含最近 6 个月(从 2022 年 1 月起)的条目。 只有这个 url 才包含了:https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami 完整的 index.yaml。
+> 如果您想了解更多细节,请访问:https://github.com/bitnami/charts/issues/10833。
+>
+> 下载源代码后,更改路径 `apache-dolphinscheduler-2.0.2-src/docker/kubernetes/dolphinscheduler` 中的 `Chart.yaml` 文件,需要同时修改两个地方,
+> 将 `repository: https://charts.bitnami.com/bitnami` 替换成 `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 请下载源码包 apache-dolphinscheduler-2.0.2-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
 
 发布一个名为 `dolphinscheduler` 的版本(release),请执行以下命令:
diff --git a/docs/2.0.3/docs/en/guide/installation/kubernetes.md b/docs/2.0.3/docs/en/guide/installation/kubernetes.md
index 86fc7c3b6..03704e3f7 100644
--- a/docs/2.0.3/docs/en/guide/installation/kubernetes.md
+++ b/docs/2.0.3/docs/en/guide/installation/kubernetes.md
@@ -12,6 +12,16 @@ If you are a green hand and want to experience DolphinScheduler, we recommended
 
 ## Install the Chart
 
+> NOTE: You need to change your `Chart.yaml` locally to make it work. Due to a change in the Bitnami repo,
+> https://charts.bitnami.com/bitnami was truncated only containing entries for the latest 6 months (from January 2022 on).
+> This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami contains the full 'index.yaml'.
+>
+> See detail here: https://github.com/bitnami/charts/issues/10833.
+>
+> Change you `Chart.yaml` in path `apache-dolphinscheduler-2.0.3-src/docker/kubernetes/dolphinscheduler` after you download the source code
+> and replace two places from `repository: https://charts.bitnami.com/bitnami`
+> to `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 Please download the source code package apache-dolphinscheduler-2.0.3-src.tar.gz, download address: [download](/en-us/download/download.html)
 
 To install the chart with the release name `dolphinscheduler`, please execute the following commands:
diff --git a/docs/2.0.3/docs/zh/guide/installation/kubernetes.md b/docs/2.0.3/docs/zh/guide/installation/kubernetes.md
index 5bcc58215..2cd13899b 100644
--- a/docs/2.0.3/docs/zh/guide/installation/kubernetes.md
+++ b/docs/2.0.3/docs/zh/guide/installation/kubernetes.md
@@ -13,6 +13,13 @@ Kubernetes部署目的是在Kubernetes集群中部署 DolphinScheduler 服务,
 
 ## 安装 dolphinscheduler
 
+> 注意:您需要在本地更改 `Chart.yaml` 文件才能使其正常工作。 由于 Bitnami 存储库的更改,https://charts.bitnami.com/bitnami 被截断,
+> 仅包含最近 6 个月(从 2022 年 1 月起)的条目。 只有这个 url 才包含了:https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami 完整的 index.yaml。
+> 如果您想了解更多细节,请访问:https://github.com/bitnami/charts/issues/10833。
+>
+> 下载源代码后,更改路径 `apache-dolphinscheduler-2.0.3-src/docker/kubernetes/dolphinscheduler` 中的 `Chart.yaml` 文件,需要同时修改两个地方,
+> 将 `repository: https://charts.bitnami.com/bitnami` 替换成 `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 请下载源码包 apache-dolphinscheduler-2.0.3-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
 
 发布一个名为 `dolphinscheduler` 的版本(release),请执行以下命令:
diff --git a/docs/2.0.5/docs/en/guide/installation/kubernetes.md b/docs/2.0.5/docs/en/guide/installation/kubernetes.md
index 11a78d530..64bee8dc5 100644
--- a/docs/2.0.5/docs/en/guide/installation/kubernetes.md
+++ b/docs/2.0.5/docs/en/guide/installation/kubernetes.md
@@ -12,6 +12,16 @@ If you are a green hand and want to experience DolphinScheduler, we recommended
 
 ## Installing the Chart
 
+> NOTE: You need to change your `Chart.yaml` locally to make it work. Due to a change in the Bitnami repo,
+> https://charts.bitnami.com/bitnami was truncated only containing entries for the latest 6 months (from January 2022 on).
+> This URL: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami contains the full 'index.yaml'.
+>
+> See detail here: https://github.com/bitnami/charts/issues/10833.
+>
+> Change you `Chart.yaml` in path `apache-dolphinscheduler-2.0.5-src/docker/kubernetes/dolphinscheduler` after you download the source code
+> and replace two places from `repository: https://charts.bitnami.com/bitnami`
+> to `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 Please download the source code package apache-dolphinscheduler-2.0.5-src.tar.gz, download address: [download](/en-us/download/download.html)
 
 To install the chart with the release name `dolphinscheduler`, please execute the following commands:
diff --git a/docs/2.0.5/docs/zh/guide/installation/kubernetes.md b/docs/2.0.5/docs/zh/guide/installation/kubernetes.md
index aed07fdcc..33077b23b 100644
--- a/docs/2.0.5/docs/zh/guide/installation/kubernetes.md
+++ b/docs/2.0.5/docs/zh/guide/installation/kubernetes.md
@@ -13,6 +13,13 @@ Kubernetes部署目的是在Kubernetes集群中部署 DolphinScheduler 服务,
 
 ## 安装 dolphinscheduler
 
+> 注意:您需要在本地更改 `Chart.yaml` 文件才能使其正常工作。 由于 Bitnami 存储库的更改,https://charts.bitnami.com/bitnami 被截断,
+> 仅包含最近 6 个月(从 2022 年 1 月起)的条目。 只有这个 url 才包含了:https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami 完整的 index.yaml。
+> 如果您想了解更多细节,请访问:https://github.com/bitnami/charts/issues/10833。
+>
+> 下载源代码后,更改路径 `apache-dolphinscheduler-2.0.5-src/docker/kubernetes/dolphinscheduler` 中的 `Chart.yaml` 文件,需要同时修改两个地方,
+> 将 `repository: https://charts.bitnami.com/bitnami` 替换成 `repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami`
+
 请下载源码包 apache-dolphinscheduler-2.0.5-src.tar.gz,下载地址: [下载](/zh-cn/download/download.html)
 
 发布一个名为 `dolphinscheduler` 的版本(release),请执行以下命令: