Skip to content

Commit e4b6262

Browse files
authored
bump TiDB Operator to 1.6.4 (#6501)
1 parent 4ad5f11 commit e4b6262

File tree

13 files changed

+28
-27
lines changed

13 files changed

+28
-27
lines changed

charts/br-federation/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rbac:
1010
# timezone is the default system timzone
1111
timezone: UTC
1212

13-
image: pingcap/br-federation-manager:v1.6.3
13+
image: pingcap/br-federation-manager:v1.6.4
1414
imagePullPolicy: IfNotPresent
1515
# imagePullSecrets: []
1616

charts/tidb-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ rbac:
1212
timezone: UTC
1313

1414
# operatorImage is TiDB Operator image
15-
operatorImage: pingcap/tidb-operator:v1.6.3
15+
operatorImage: pingcap/tidb-operator:v1.6.4
1616
imagePullPolicy: IfNotPresent
1717
# imagePullSecrets: []
1818

1919
# tidbBackupManagerImage is tidb backup manager image
20-
tidbBackupManagerImage: pingcap/tidb-backup-manager:v1.6.3
20+
tidbBackupManagerImage: pingcap/tidb-backup-manager:v1.6.4
2121

2222
#
2323
# Enable or disable tidb-operator features:

cmd/http-service/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require (
66
github.com/gin-gonic/gin v1.10.0
77
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0
88
github.com/pingcap/log v1.1.1-0.20240314023424-862ccc32f18d
9-
github.com/pingcap/tidb-operator/pkg/apis v1.6.3
10-
github.com/pingcap/tidb-operator/pkg/client v1.6.3
9+
github.com/pingcap/tidb-operator/pkg/apis v1.6.4
10+
github.com/pingcap/tidb-operator/pkg/client v1.6.4
1111
go.uber.org/zap v1.27.0
1212
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28
1313
google.golang.org/grpc v1.67.1

deploy/aliyun/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ variable "bastion_cpu_core_count" {
1010

1111
variable "operator_version" {
1212
type = string
13-
default = "v1.6.3"
13+
default = "v1.6.4"
1414
}
1515

1616
variable "operator_helm_values" {

deploy/aws/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "eks_version" {
1919

2020
variable "operator_version" {
2121
description = "TiDB operator version"
22-
default = "v1.6.3"
22+
default = "v1.6.4"
2323
}
2424

2525
variable "operator_values" {

deploy/gcp/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variable "tidb_version" {
2828
}
2929

3030
variable "tidb_operator_version" {
31-
default = "v1.6.3"
31+
default = "v1.6.4"
3232
}
3333

3434
variable "tidb_operator_chart_version" {

examples/Runbooks/AKS/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@ kubectl create namespace tidb-admin
139139
4. Install CRDs for TiDB Operator
140140

141141
```
142-
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.3/manifests/crd.yaml
142+
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.4/manifests/crd.yaml
143143
```
144144

145145
5. Install TiDB Operator via Helm
146146

147147
```
148148
helm repo add pingcap https://charts.pingcap.org/
149-
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.3
149+
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.4
150150
```
151151

152152
6. Deploy TiDB Cluster and Monitoring Service

examples/Runbooks/EKS/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ kubectl create namespace tidb-admin
4747
6. Install CRDs for TiDB Operator
4848

4949
```
50-
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.3/manifests/crd.yaml
50+
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.4/manifests/crd.yaml
5151
```
5252

5353
7. Install TiDB Operator via Helm
5454

5555
```
5656
helm repo add pingcap https://charts.pingcap.org/
57-
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.3
57+
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.4
5858
```
5959

6060
8. Deploy TiDB Cluster and Monitoring Service
@@ -107,14 +107,14 @@ kubectl create namespace tidb-admin
107107
7. Install CRDs for TiDB Operator
108108

109109
```
110-
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.3/manifests/crd.yaml
110+
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.4/manifests/crd.yaml
111111
```
112112

113113
8. Install TiDB Operator via Helm
114114

115115
```
116116
helm repo add pingcap https://charts.pingcap.org/
117-
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.3
117+
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.4
118118
```
119119

120120
9. Deploy TiDB Cluster and Monitoring Service

examples/Runbooks/GKE/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ kubectl create namespace tidb-admin
4343
4. Install CRDs for TiDB Operator
4444

4545
```
46-
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.3/manifests/crd.yaml
46+
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.4/manifests/crd.yaml
4747
```
4848

4949
5. Install TiDB Operator via Helm
5050

5151
```
5252
helm repo add pingcap https://charts.pingcap.org/
53-
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.3
53+
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.4
5454
```
5555

5656
6. Deploy TiDB Cluster and Monitoring Service
@@ -96,14 +96,14 @@ kubectl create namespace tidb-admin
9696
5. Install CRDs for TiDB Operator
9797

9898
```
99-
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.3/manifests/crd.yaml
99+
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.4/manifests/crd.yaml
100100
```
101101

102102
6. Install TiDB Operator via Helm
103103

104104
```
105105
helm repo add pingcap https://charts.pingcap.org/
106-
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.3
106+
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.4
107107
```
108108

109109
7. Deploy TiDB Cluster and Monitoring Service

examples/Runbooks/K8s/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ kubectl create namespace tidb-admin
2020
2. Install CRDs for TiDB Operator
2121

2222
```
23-
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.3/manifests/crd.yaml
23+
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.4/manifests/crd.yaml
2424
```
2525

2626
3. Install TiDB Operator via Helm
2727

2828
```
2929
helm repo add pingcap https://charts.pingcap.org/
30-
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.3
30+
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.4
3131
```
3232

3333
4. Deploy TiDB Cluster and Monitoring Service
@@ -54,14 +54,14 @@ kubectl create namespace tidb-admin
5454
3. Install CRDs for TiDB Operator
5555

5656
```
57-
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.3/manifests/crd.yaml
57+
kubectl create -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.6.4/manifests/crd.yaml
5858
```
5959

6060
4. Install TiDB Operator via Helm
6161

6262
```
6363
helm repo add pingcap https://charts.pingcap.org/
64-
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.3
64+
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.6.4
6565
```
6666

6767
5. Deploy TiDB Cluster and Monitoring Service

0 commit comments

Comments
 (0)