File tree Expand file tree Collapse file tree 13 files changed +28
-27
lines changed Expand file tree Collapse file tree 13 files changed +28
-27
lines changed Original file line number Diff line number Diff line change 1010# timezone is the default system timzone
1111timezone : UTC
1212
13- image : pingcap/br-federation-manager:v1.6.3
13+ image : pingcap/br-federation-manager:v1.6.4
1414imagePullPolicy : IfNotPresent
1515# imagePullSecrets: []
1616
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ rbac:
1212timezone : UTC
1313
1414# operatorImage is TiDB Operator image
15- operatorImage : pingcap/tidb-operator:v1.6.3
15+ operatorImage : pingcap/tidb-operator:v1.6.4
1616imagePullPolicy : 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:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ variable "bastion_cpu_core_count" {
1010
1111variable "operator_version" {
1212 type = string
13- default = " v1.6.3 "
13+ default = " v1.6.4 "
1414}
1515
1616variable "operator_helm_values" {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ variable "eks_version" {
1919
2020variable "operator_version" {
2121 description = " TiDB operator version"
22- default = " v1.6.3 "
22+ default = " v1.6.4 "
2323}
2424
2525variable "operator_values" {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ variable "tidb_version" {
2828}
2929
3030variable "tidb_operator_version" {
31- default = " v1.6.3 "
31+ default = " v1.6.4 "
3232}
3333
3434variable "tidb_operator_chart_version" {
Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ kubectl create namespace tidb-admin
1391394 . 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
1451455 . Install TiDB Operator via Helm
146146
147147```
148148helm 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
1521526 . Deploy TiDB Cluster and Monitoring Service
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ kubectl create namespace tidb-admin
47476 . 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
53537 . Install TiDB Operator via Helm
5454
5555```
5656helm 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
60608 . Deploy TiDB Cluster and Monitoring Service
@@ -107,14 +107,14 @@ kubectl create namespace tidb-admin
1071077 . 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
1131138 . Install TiDB Operator via Helm
114114
115115```
116116helm 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
1201209 . Deploy TiDB Cluster and Monitoring Service
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ kubectl create namespace tidb-admin
43434 . 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
49495 . Install TiDB Operator via Helm
5050
5151```
5252helm 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
56566 . Deploy TiDB Cluster and Monitoring Service
@@ -96,14 +96,14 @@ kubectl create namespace tidb-admin
96965 . 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
1021026 . Install TiDB Operator via Helm
103103
104104```
105105helm 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
1091097 . Deploy TiDB Cluster and Monitoring Service
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ kubectl create namespace tidb-admin
20202 . 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
26263 . Install TiDB Operator via Helm
2727
2828```
2929helm 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
33334 . Deploy TiDB Cluster and Monitoring Service
@@ -54,14 +54,14 @@ kubectl create namespace tidb-admin
54543 . 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
60604 . Install TiDB Operator via Helm
6161
6262```
6363helm 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
67675 . Deploy TiDB Cluster and Monitoring Service
You can’t perform that action at this time.
0 commit comments