Skip to content

Commit e599f6e

Browse files
committed
update "charts.pingcap.org" to "charts.pingcap.com"
1 parent 02184aa commit e599f6e

16 files changed

+28
-28
lines changed

en/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ See [kubectl Cheat Sheet](https://kubernetes.io/docs/reference/kubectl/cheatshee
434434
{{< copyable "shell-regular" >}}
435435

436436
```shell
437-
helm repo add pingcap https://charts.pingcap.org/
437+
helm repo add pingcap https://charts.pingcap.com/
438438
```
439439

440440
### Update Helm repository

en/clinic-user-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Before deploying Diag, make sure the following items are installed on the cluste
3838

3939
#### Install Helm
4040

41-
To install Helm and configure the chart repository `https://charts.pingcap.org/` maintained by PingCAP, you can refer to the [Use Helm](tidb-toolkit.md#use-helm) document.
41+
To install Helm and configure the chart repository `https://charts.pingcap.com/` maintained by PingCAP, you can refer to the [Use Helm](tidb-toolkit.md#use-helm) document.
4242

4343
> **Note:**
4444
>
@@ -261,7 +261,7 @@ If your cluster cannot access the Internet, you can deploy Diag using the offlin
261261
To download Diag chart files, you can use the following command:
262262
263263
```shell
264-
wget http://charts.pingcap.org/diag-${chart_version}.tgz
264+
wget http://charts.pingcap.com/diag-${chart_version}.tgz
265265
```
266266
267267
Copy `diag-${chart_version}.tgz` to the cluster and unpack it to the current directory.
@@ -699,4 +699,4 @@ The following introduces how to use PingCAP Clinic to perform a quick check on a
699699
- The first part is the basic information about the cluster.
700700
- The second part is the sampling information.
701701
- The third part is the diagnostic results, including potential configuration problems. For each configuration potential risk found, Diag provides a corresponding knowledge base link with detailed configuration suggestions.
702-
- The last line is the file path of the result report and record.
702+
- The last line is the file path of the result report and record.

en/deploy-tidb-from-kubernetes-gke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you see `Ready` for all nodes, congratulations. You've set up your first Kube
8888
2. Add the PingCAP repository:
8989

9090
```shell
91-
helm repo add pingcap https://charts.pingcap.org/
91+
helm repo add pingcap https://charts.pingcap.com/
9292
```
9393

9494
## Deploy TiDB Operator

en/deploy-tidb-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ If your server cannot access the Internet, install TiDB Operator offline by the
149149
{{< copyable "shell-regular" >}}
150150
151151
```shell
152-
wget http://charts.pingcap.org/tidb-operator-v1.3.10.tgz
152+
wget http://charts.pingcap.com/tidb-operator-v1.3.10.tgz
153153
```
154154
155155
Copy the `tidb-operator-v1.3.10.tgz` file to the target server and extract it to the current directory:

en/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ This section describes how to install TiDB Operator using [Helm 3](https://helm.
218218
{{< copyable "shell-regular" >}}
219219

220220
```shell
221-
helm repo add pingcap https://charts.pingcap.org/
221+
helm repo add pingcap https://charts.pingcap.com/
222222
```
223223

224224
<details>
@@ -774,4 +774,4 @@ In a self-managed Kubernetes cluster:
774774
- Familiarize yourself with [Prerequisites for TiDB on Kubernetes](prerequisites.md)
775775
- [Configure the local PV](configure-storage-class.md#local-pv-configuration) for your Kubernetes cluster to achieve high performance for TiKV
776776
- [Deploy TiDB Operator on Kubernetes](deploy-tidb-operator.md)
777-
- [Deploy TiDB on General Kubernetes](deploy-on-general-kubernetes.md)
777+
- [Deploy TiDB on General Kubernetes](deploy-on-general-kubernetes.md)

en/migrate-to-helm3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tidb-operator 1 Tue Jan 5 15:28:00 2021 DEPLOYED
7373

7474
```
7575
NAME URL
76-
pingcap https://charts.pingcap.org/
76+
pingcap https://charts.pingcap.com/
7777
```
7878

7979
4. Migrate the releases from Helm 2 to Helm 3:

en/tidb-toolkit.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@ Kubernetes applications are packed as charts in Helm. PingCAP provides the follo
182182
* `tidb-drainer`: used to deploy TiDB Drainer;
183183
* `tikv-importer`: used to deploy TiKV Importer.
184184

185-
These charts are hosted in the Helm chart repository `https://charts.pingcap.org/` maintained by PingCAP. You can add this repository to your local server or computer using the following command:
185+
These charts are hosted in the Helm chart repository `https://charts.pingcap.com/` maintained by PingCAP. You can add this repository to your local server or computer using the following command:
186186

187187
{{< copyable "shell-regular" >}}
188188

189189
```shell
190-
helm repo add pingcap https://charts.pingcap.org/
190+
helm repo add pingcap https://charts.pingcap.com/
191191
```
192192

193193
Then you can search the chart provided by PingCAP using the following command:
@@ -267,9 +267,9 @@ Use the following command to download the chart file required for cluster instal
267267
{{< copyable "shell-regular" >}}
268268

269269
```shell
270-
wget http://charts.pingcap.org/tidb-operator-v1.3.10.tgz
271-
wget http://charts.pingcap.org/tidb-drainer-v1.3.10.tgz
272-
wget http://charts.pingcap.org/tidb-lightning-v1.3.10.tgz
270+
wget http://charts.pingcap.com/tidb-operator-v1.3.10.tgz
271+
wget http://charts.pingcap.com/tidb-drainer-v1.3.10.tgz
272+
wget http://charts.pingcap.com/tidb-lightning-v1.3.10.tgz
273273
```
274274

275275
Copy these chart files to the server and decompress them. You can use these charts to install the corresponding components by running the `helm install` command. Take `tidb-operator` as an example:

en/upgrade-tidb-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ If your server cannot access the Internet, you can offline upgrade by taking the
130130
{{< copyable "shell-regular" >}}
131131

132132
```bash
133-
wget http://charts.pingcap.org/tidb-operator-v1.3.10.tgz
133+
wget http://charts.pingcap.com/tidb-operator-v1.3.10.tgz
134134
```
135135

136136
3. Download the Docker images required for the new TiDB Operator version:

zh/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ summary: 介绍管理 TiDB 集群的 Command Cheat Sheet。
434434
{{< copyable "shell-regular" >}}
435435

436436
```shell
437-
helm repo add pingcap https://charts.pingcap.org/
437+
helm repo add pingcap https://charts.pingcap.com/
438438
```
439439

440440
### 更新 Helm repository

zh/clinic-user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Diag 部署前,请确认以下软件需求:
3838

3939
#### 安装 Helm
4040

41-
参考[使用 Helm](tidb-toolkit.md#使用-helm) 文档安装 Helm 并配置 PingCAP 维护的 chart 仓库 `https://charts.pingcap.org/`
41+
参考[使用 Helm](tidb-toolkit.md#使用-helm) 文档安装 Helm 并配置 PingCAP 维护的 chart 仓库 `https://charts.pingcap.com/`
4242

4343
> **注意:**
4444
>
@@ -269,7 +269,7 @@ Make sure diag-collector components are running:
269269
通过以下命令,下载 Diag chart 文件:
270270
271271
```shell
272-
wget http://charts.pingcap.org/diag-${chart_version}.tgz
272+
wget http://charts.pingcap.com/diag-${chart_version}.tgz
273273
```
274274
275275
将 `diag-${chart_version}.tgz` 文件拷贝到服务器上并解压到当前目录:

0 commit comments

Comments
 (0)