Skip to content

Commit 3e60fc1

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs-tidb-operator release-1.5
1 parent 458db4a commit 3e60fc1

17 files changed

+83
-29
lines changed

markdown-pages/en/tidb-in-kubernetes/release-1.5/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ See [kubectl Cheat Sheet](https://kubernetes.io/docs/reference/kubectl/cheatshee
386386

387387

388388
```shell
389-
helm repo add pingcap https://charts.pingcap.org/
389+
helm repo add pingcap https://charts.pingcap.com/
390390
```
391391

392392
### Update Helm repository

markdown-pages/en/tidb-in-kubernetes/release-1.5/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.

markdown-pages/en/tidb-in-kubernetes/release-1.5/deploy-br-federation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ This section describes how to install the BR Federation using [Helm 3](https://h
184184
3. Add the PingCAP repository:
185185

186186
```shell
187-
helm repo add pingcap https://charts.pingcap.org/
187+
helm repo add pingcap https://charts.pingcap.com/
188188
```
189189

190190
4. Install the BR Federation:
@@ -211,7 +211,7 @@ This section describes how to install the BR Federation using [Helm 3](https://h
211211
3. Add the PingCAP repository:
212212

213213
```shell
214-
helm repo add pingcap https://charts.pingcap.org/
214+
helm repo add pingcap https://charts.pingcap.com/
215215
```
216216

217217
4. Get the `values.yaml` file of the desired `br-federation` chart for deployment.

markdown-pages/en/tidb-in-kubernetes/release-1.5/deploy-tidb-from-kubernetes-gke.md

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

9393
```shell
94-
helm repo add pingcap https://charts.pingcap.org/
94+
helm repo add pingcap https://charts.pingcap.com/
9595
```
9696

9797
## Deploy TiDB Operator

markdown-pages/en/tidb-in-kubernetes/release-1.5/deploy-tidb-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If your server cannot access the Internet, install TiDB Operator offline by the
142142
143143
144144
```shell
145-
wget http://charts.pingcap.org/tidb-operator-v1.5.5.tgz
145+
wget http://charts.pingcap.com/tidb-operator-v1.5.5.tgz
146146
```
147147
148148
Copy the `tidb-operator-v1.5.5.tgz` file to the target server and extract it to the current directory:

markdown-pages/en/tidb-in-kubernetes/release-1.5/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ To install TiDB Operator, you can use [Helm 3](https://helm.sh/docs/intro/instal
204204
1. Add the PingCAP repository:
205205

206206
```shell
207-
helm repo add pingcap https://charts.pingcap.org/
207+
helm repo add pingcap https://charts.pingcap.com/
208208
```
209209

210210
<details>

markdown-pages/en/tidb-in-kubernetes/release-1.5/migrate-to-helm3.md

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

6969
```
7070
NAME URL
71-
pingcap https://charts.pingcap.org/
71+
pingcap https://charts.pingcap.com/
7272
```
7373

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

markdown-pages/en/tidb-in-kubernetes/release-1.5/tidb-toolkit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ Kubernetes applications are packed as charts in Helm. PingCAP provides the follo
162162
* `tidb-operator`: used to deploy TiDB Operator;
163163
* `tidb-lightning`: used to import data into a TiDB cluster;
164164

165-
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:
165+
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:
166166

167167

168168
```shell
169-
helm repo add pingcap https://charts.pingcap.org/
169+
helm repo add pingcap https://charts.pingcap.com/
170170
```
171171

172172
Then you can search the chart provided by PingCAP using the following command:
@@ -235,8 +235,8 @@ Use the following command to download the chart file required for cluster instal
235235

236236

237237
```shell
238-
wget http://charts.pingcap.org/tidb-operator-v1.5.5.tgz
239-
wget http://charts.pingcap.org/tidb-lightning-v1.5.5.tgz
238+
wget http://charts.pingcap.com/tidb-operator-v1.5.5.tgz
239+
wget http://charts.pingcap.com/tidb-lightning-v1.5.5.tgz
240240
```
241241

242242
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:

markdown-pages/en/tidb-in-kubernetes/release-1.5/upgrade-tidb-operator.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,38 @@ aliases: ['/docs/tidb-in-kubernetes/dev/upgrade-tidb-operator/']
88

99
This document describes how to upgrade TiDB Operator to a specific version. You can choose either [online upgrade](#online-upgrade) or [offline upgrade](#offline-upgrade).
1010

11+
## Upgrade considerations
12+
13+
Review the following items before you upgrade TiDB Operator.
14+
15+
- Effective January 4, 2026, the TiDB Operator Helm chart repository domain changes from `charts.pingcap.org` to `charts.pingcap.com`. If you previously installed TiDB Operator from `charts.pingcap.org`, follow these steps to update your Helm repository configuration:
16+
17+
1. Remove the old Helm repository:
18+
19+
```shell
20+
helm repo remove pingcap
21+
```
22+
23+
2. Add the new Helm repository:
24+
25+
```shell
26+
helm repo add pingcap https://charts.pingcap.com/
27+
```
28+
29+
3. Update the Helm repository index:
30+
31+
```shell
32+
helm repo update pingcap
33+
```
34+
35+
- If you use TiDB Operator v1.3.0-beta.1 or earlier to deploy a TiDB cluster across multiple Kubernetes clusters, upgrading TiDB Operator directly causes a rolling update and can result in an abnormal cluster state. To upgrade TiDB Operator from an earlier version to v1.3, perform the following steps:
36+
37+
1. Update the Custom Resource Definitions (CRDs).
38+
2. In the `TidbCluster` specification, set `spec.acrossK8s` to `true`.
39+
3. Upgrade TiDB Operator.
40+
41+
- The Pod `ValidatingWebhook` and `MutatingWebhook` are deprecated. If you use TiDB Operator v1.2 or earlier with these webhooks enabled, upgrading to v1.3.0-beta.1 or later removes them. This removal does not affect TiDB cluster management or any running TiDB clusters.
42+
1143
## Online upgrade
1244

1345
If your server has access to the internet, you can perform online upgrade by taking the following steps:
@@ -121,7 +153,7 @@ If your server cannot access the Internet, you can offline upgrade by taking the
121153

122154

123155
```bash
124-
wget http://charts.pingcap.org/tidb-operator-v1.5.5.tgz
156+
wget http://charts.pingcap.com/tidb-operator-v1.5.5.tgz
125157
```
126158

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

markdown-pages/zh/tidb-in-kubernetes/release-1.5/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/cheat-sheet/']
386386

387387

388388
```shell
389-
helm repo add pingcap https://charts.pingcap.org/
389+
helm repo add pingcap https://charts.pingcap.com/
390390
```
391391

392392
### 更新 Helm repository

0 commit comments

Comments
 (0)