Skip to content

Commit bb2b3c7

Browse files
authored
bump TiDB Operator to v1.5.5, TiDB to v7.5.5 (#6040)
1 parent 89e3360 commit bb2b3c7

File tree

85 files changed

+108
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+108
-110
lines changed

charts/br-federation/values.yaml

+1-1
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.5.4
13+
image: pingcap/br-federation-manager:v1.5.5
1414
imagePullPolicy: IfNotPresent
1515
# imagePullSecrets: []
1616

charts/tidb-cluster/values.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
type: ClusterIP
3939

4040
discovery:
41-
image: pingcap/tidb-operator:v1.5.4
41+
image: pingcap/tidb-operator:v1.5.5
4242
imagePullPolicy: IfNotPresent
4343
resources:
4444
limits:
@@ -111,7 +111,7 @@ pd:
111111
# annotations: {} "<the default name will be used>"
112112
# portName: "client"
113113
replicas: 3
114-
image: pingcap/pd:v7.5.3
114+
image: pingcap/pd:v7.5.5
115115
# storageClassName is a StorageClass provides a way for administrators to describe the "classes" of storage they offer.
116116
# different classes might map to quality-of-service levels, or to backup policies,
117117
# or to arbitrary policies determined by the cluster administrators.
@@ -223,7 +223,7 @@ tiproxy:
223223
replicas: 0
224224
storageClassName: local-storage
225225
baseImage: pingcap/tiproxy
226-
version: v7.5.3
226+
version: v7.5.5
227227
imagePullPolicy: IfNotPresent
228228
resources:
229229
limits: {}
@@ -269,7 +269,7 @@ tikv:
269269
# we can only set capacity in tikv.resources.limits.storage.
270270

271271
replicas: 3
272-
image: pingcap/tikv:v7.5.3
272+
image: pingcap/tikv:v7.5.5
273273
# storageClassName is a StorageClass provides a way for administrators to describe the "classes" of storage they offer.
274274
# different classes might map to quality-of-service levels, or to backup policies,
275275
# or to arbitrary policies determined by the cluster administrators.
@@ -366,7 +366,7 @@ tidb:
366366
# initSqlConfigMapName: tidb-initsql
367367
# initSql: |-
368368
# create database app;
369-
image: pingcap/tidb:v7.5.3
369+
image: pingcap/tidb:v7.5.5
370370
# Image pull policy.
371371
imagePullPolicy: IfNotPresent
372372

@@ -520,7 +520,7 @@ monitor:
520520
storageClassName: local-storage
521521
storage: 10Gi
522522
initializer:
523-
image: pingcap/tidb-monitor-initializer:v7.5.3
523+
image: pingcap/tidb-monitor-initializer:v7.5.5
524524
imagePullPolicy: IfNotPresent
525525
config:
526526
K8S_PROMETHEUS_URL: http://prometheus-k8s.monitoring.svc:9090
@@ -606,7 +606,7 @@ binlog:
606606
pump:
607607
create: false
608608
replicas: 1
609-
image: pingcap/tidb-binlog:v7.5.3
609+
image: pingcap/tidb-binlog:v7.5.5
610610
imagePullPolicy: IfNotPresent
611611
logLevel: info
612612
# storageClassName is a StorageClass provides a way for administrators to describe the "classes" of storage they offer.
@@ -675,7 +675,7 @@ binlog:
675675

676676
drainer:
677677
create: false
678-
image: pingcap/tidb-binlog:v7.5.3
678+
image: pingcap/tidb-binlog:v7.5.5
679679
imagePullPolicy: IfNotPresent
680680
logLevel: info
681681
# storageClassName is a StorageClass provides a way for administrators to describe the "classes" of storage they offer.

charts/tidb-drainer/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ timezone: UTC
1212

1313
# clusterName is the TiDB cluster name that should backup from or restore to.
1414
clusterName: demo
15-
clusterVersion: v7.5.3
15+
clusterVersion: v7.5.5
1616

1717
baseImage: pingcap/tidb-binlog
1818
imagePullPolicy: IfNotPresent

charts/tidb-lightning/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# timezone is the default system timzone
66
timezone: UTC
77

8-
image: pingcap/tidb-lightning:v7.5.3
8+
image: pingcap/tidb-lightning:v7.5.5
99
imagePullPolicy: IfNotPresent
1010
# imagePullSecrets: []
1111

charts/tidb-operator/values.yaml

+2-2
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.5.4
15+
operatorImage: pingcap/tidb-operator:v1.5.5
1616
imagePullPolicy: IfNotPresent
1717
# imagePullSecrets: []
1818

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

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

deploy/aliyun/manifests/db-monitor.yaml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
# requests:
4747
# cpu: 50m
4848
# memory: 64Mi
49-
version: v7.5.3
49+
version: v7.5.5
5050
kubePrometheusURL: ""
5151
nodeSelector: {}
5252
persistent: true

deploy/aliyun/manifests/db.yaml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ spec:
109109
timezone: UTC
110110
tlsCluster:
111111
enabled: false
112-
version: v7.5.3
112+
version: v7.5.5

deploy/aliyun/variables.tf

+2-2
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.5.4"
13+
default = "v1.5.5"
1414
}
1515

1616
variable "operator_helm_values" {
@@ -36,7 +36,7 @@ variable "cluster_name" {
3636

3737
variable "tidb_version" {
3838
description = "TiDB cluster version"
39-
default = "v7.5.3"
39+
default = "v7.5.5"
4040
}
4141
variable "tidb_cluster_chart_version" {
4242
description = "tidb-cluster chart version"

deploy/aws/manifests/db-monitor.yaml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
# requests:
4545
# cpu: 50m
4646
# memory: 64Mi
47-
version: v7.5.3
47+
version: v7.5.5
4848
kubePrometheusURL: ""
4949
nodeSelector: {}
5050
persistent: true

deploy/aws/manifests/db.yaml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ spec:
109109
timezone: UTC
110110
tlsCluster:
111111
enabled: false
112-
version: v7.5.3
112+
version: v7.5.5

deploy/aws/variables.tf

+2-2
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.5.4"
22+
default = "v1.5.5"
2323
}
2424

2525
variable "operator_values" {
@@ -80,7 +80,7 @@ variable "bastion_instance_type" {
8080

8181
# For aws tutorials compatiablity
8282
variable "default_cluster_version" {
83-
default = "v7.5.3"
83+
default = "v7.5.5"
8484
}
8585

8686
variable "default_cluster_pd_count" {

deploy/gcp/manifests/db-monitor.yaml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
# requests:
4545
# cpu: 50m
4646
# memory: 64Mi
47-
version: v7.5.3
47+
version: v7.5.5
4848
kubePrometheusURL: ""
4949
nodeSelector: {}
5050
persistent: true

deploy/gcp/manifests/db.yaml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
helper:
77
image: busybox:1.34.1
8-
version: v7.5.3
8+
version: v7.5.5
99
timezone: UTC
1010
pvReclaimPolicy: Retain
1111
schedulerName: tidb-scheduler

deploy/gcp/variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ variable "node_locations" {
2424

2525
variable "tidb_version" {
2626
description = "TiDB version"
27-
default = "v7.5.3"
27+
default = "v7.5.5"
2828
}
2929

3030
variable "tidb_operator_version" {
31-
default = "v1.5.4"
31+
default = "v1.5.5"
3232
}
3333

3434
variable "tidb_operator_chart_version" {

deploy/modules/aliyun/tidb-cluster/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "image_id" {
1212

1313
variable "tidb_version" {
1414
description = "TiDB cluster version"
15-
default = "v7.5.3"
15+
default = "v7.5.5"
1616
}
1717

1818
variable "tidb_cluster_chart_version" {

deploy/modules/aws/tidb-cluster/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "cluster_name" {
1919

2020
variable "cluster_version" {
2121
type = string
22-
default = "v7.5.3"
22+
default = "v7.5.5"
2323
}
2424

2525
variable "ssh_key_name" {

deploy/modules/gcp/tidb-cluster/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variable "tidb_operator_id" {
99
variable "cluster_name" {}
1010
variable "cluster_version" {
1111
description = "The TiDB cluster version"
12-
default = "v7.5.3"
12+
default = "v7.5.5"
1313
}
1414
variable "tidb_cluster_chart_version" {
1515
description = "The TiDB cluster chart version"

deploy/modules/share/tidb-cluster-release/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variable "cluster_name" {
2020

2121
variable "cluster_version" {
2222
type = string
23-
default = "v7.5.3"
23+
default = "v7.5.5"
2424
}
2525

2626
variable "pd_count" {

examples/advanced-statefulset/tidb-cluster-scaled.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
tikv.tidb.pingcap.com/delete-slots: '[1]'
66
name: asts
77
spec:
8-
version: v7.5.3
8+
version: v7.5.5
99
timezone: UTC
1010
pvReclaimPolicy: Retain
1111
enableDynamicConfiguration: true

examples/advanced-statefulset/tidb-cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: TidbCluster
33
metadata:
44
name: asts
55
spec:
6-
version: v7.5.3
6+
version: v7.5.5
77
timezone: UTC
88
pvReclaimPolicy: Retain
99
enableDynamicConfiguration: true

examples/advanced/tidb-cluster.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
#######################
1111

1212
## TiDB cluster version
13-
version: "v7.5.3"
13+
version: "v7.5.5"
1414

1515
## Time zone of TiDB cluster Pods
1616
timezone: UTC
@@ -215,7 +215,7 @@ spec:
215215
#############################
216216

217217
## The following block overwrites TiDB cluster-level configurations in `spec`
218-
# version: "v7.5.3"
218+
# version: "v7.5.5"
219219
# imagePullPolicy: IfNotPresent
220220
# imagePullSecrets:
221221
# - name: secretName
@@ -402,7 +402,7 @@ spec:
402402
###############################
403403

404404
## The following block overwrites TiDB cluster-level configurations in `spec`
405-
# version: "v7.5.3"
405+
# version: "v7.5.5"
406406
# imagePullPolicy: IfNotPresent
407407
# imagePullSecrets:
408408
# - name: secretName
@@ -610,7 +610,7 @@ spec:
610610
###############################
611611

612612
## The following block overwrites TiDB cluster-level configurations in `spec`
613-
# version: "v7.5.3"
613+
# version: "v7.5.5"
614614
# imagePullPolicy: IfNotPresent
615615
# imagePullSecrets:
616616
# - name: secretName
@@ -791,7 +791,7 @@ spec:
791791
## Ref: https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-tidb-binlog/#deploy-pump
792792
# pump:
793793
# baseImage: pingcap/tidb-binlog
794-
# version: "v7.5.3"
794+
# version: "v7.5.5"
795795
# replicas: 1
796796
# storageClassName: local-storage
797797
# requests:
@@ -833,7 +833,7 @@ spec:
833833
## Ref: https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-ticdc/
834834
# ticdc:
835835
# baseImage: pingcap/ticdc
836-
# version: "v7.5.3"
836+
# version: "v7.5.5"
837837
# replicas: 3
838838
# storageClassName: local-storage
839839
# requests:
@@ -879,7 +879,7 @@ spec:
879879
# # Basic TiFlash Configuration #
880880
# ###############################
881881
# baseImage: pingcap/tiflash
882-
# version: "v7.5.3"
882+
# version: "v7.5.5"
883883
# replicas: 1
884884
# # limits:
885885
# # cpu: 2000m

examples/advanced/tidb-monitor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ spec:
377377
## ImagePullPolicy of initializer.
378378
# imagePullPolicy: IfNotPresent
379379
## Initializer version.
380-
version: v7.5.3
380+
version: v7.5.5
381381

382382
## Describes the compute resource requirements and limits of initializer.
383383
## Ref: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

examples/aks/tidb-cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: TidbCluster
33
metadata:
44
name: basic
55
spec:
6-
version: v7.5.3
6+
version: v7.5.5
77
timezone: UTC
88
configUpdateStrategy: RollingUpdate
99
pvReclaimPolicy: Retain

examples/aks/tidb-monitor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
initializer:
3030
baseImage: pingcap/tidb-monitor-initializer
3131
imagePullPolicy: IfNotPresent
32-
version: v7.5.3
32+
version: v7.5.5
3333
kubePrometheusURL: ""
3434
persistent: true
3535
prometheus:

examples/auto-scale/tidb-cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: TidbCluster
33
metadata:
44
name: auto-scaling-demo
55
spec:
6-
version: v7.5.3
6+
version: v7.5.5
77
timezone: UTC
88
pvReclaimPolicy: Retain
99
enableDynamicConfiguration: true

examples/auto-scale/tidb-monitor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
version: 7.5.11
1414
initializer:
1515
baseImage: pingcap/tidb-monitor-initializer
16-
version: v7.5.3
16+
version: v7.5.5
1717
reloader:
1818
baseImage: pingcap/tidb-monitor-reloader
1919
version: v1.0.1

examples/aws/tidb-cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: TidbCluster
33
metadata:
44
name: basic
55
spec:
6-
version: v7.5.3
6+
version: v7.5.5
77
timezone: UTC
88
configUpdateStrategy: RollingUpdate
99
pvReclaimPolicy: Retain

examples/aws/tidb-monitor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
initializer:
3333
baseImage: pingcap/tidb-monitor-initializer
3434
imagePullPolicy: IfNotPresent
35-
version: v7.5.3
35+
version: v7.5.5
3636
kubePrometheusURL: ""
3737
persistent: true
3838
prometheus:

0 commit comments

Comments
 (0)