File tree 9 files changed +12
-12
lines changed
9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
# timezone is the default system timzone
7
7
timezone : UTC
8
8
9
- image : pingcap/br-federation-manager:v1.5.0
9
+ image : pingcap/br-federation-manager:v1.5.1
10
10
imagePullPolicy : IfNotPresent
11
11
# imagePullSecrets: []
12
12
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ services:
38
38
type : ClusterIP
39
39
40
40
discovery :
41
- image : pingcap/tidb-operator:v1.5.0
41
+ image : pingcap/tidb-operator:v1.5.1
42
42
imagePullPolicy : IfNotPresent
43
43
resources :
44
44
limits :
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ rbac:
12
12
timezone : UTC
13
13
14
14
# operatorImage is TiDB Operator image
15
- operatorImage : pingcap/tidb-operator:v1.5.0
15
+ operatorImage : pingcap/tidb-operator:v1.5.1
16
16
imagePullPolicy : IfNotPresent
17
17
# imagePullSecrets: []
18
18
19
19
# tidbBackupManagerImage is tidb backup manager image
20
- tidbBackupManagerImage : pingcap/tidb-backup-manager:v1.5.0
20
+ tidbBackupManagerImage : pingcap/tidb-backup-manager:v1.5.1
21
21
22
22
#
23
23
# Enable or disable tidb-operator features:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ variable "bastion_cpu_core_count" {
10
10
11
11
variable "operator_version" {
12
12
type = string
13
- default = " v1.5.0 "
13
+ default = " v1.5.1 "
14
14
}
15
15
16
16
variable "operator_helm_values" {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ variable "eks_version" {
19
19
20
20
variable "operator_version" {
21
21
description = " TiDB operator version"
22
- default = " v1.5.0 "
22
+ default = " v1.5.1 "
23
23
}
24
24
25
25
variable "operator_values" {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ variable "tidb_version" {
28
28
}
29
29
30
30
variable "tidb_operator_version" {
31
- default = " v1.5.0 "
31
+ default = " v1.5.1 "
32
32
}
33
33
34
34
variable "tidb_operator_chart_version" {
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ require (
35
35
github.com/pingcap/advanced-statefulset/client v1.17.1-0.20230403114412-d141a788a127
36
36
github.com/pingcap/errors v0.11.4
37
37
github.com/pingcap/kvproto v0.0.0-20200927054727-1290113160f0
38
- github.com/pingcap/tidb-operator/pkg/apis v1.5.0
39
- github.com/pingcap/tidb-operator/pkg/client v1.5.0
38
+ github.com/pingcap/tidb-operator/pkg/apis v1.5.1
39
+ github.com/pingcap/tidb-operator/pkg/client v1.5.1
40
40
github.com/prometheus/client_golang v1.7.1
41
41
github.com/prometheus/client_model v0.2.0
42
42
github.com/prometheus/common v0.26.0
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
22
22
fi
23
23
24
24
# parameters
25
- OPERATOR_OLD=" v1\.5.0-beta.1 "
26
- OPERATOR_NEW=" v1\.5.0 "
25
+ OPERATOR_OLD=" v1\.5.0"
26
+ OPERATOR_NEW=" v1\.5.1 "
27
27
TIDB_OLD=" v6\.5\.0"
28
28
TIDB_NEW=" v7\.1\.1"
29
29
DM_OLD=" v6.5.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/pingcap/tidb-operator/pkg/client
3
3
go 1.21
4
4
5
5
require (
6
- github.com/pingcap/tidb-operator/pkg/apis v1.5.0
6
+ github.com/pingcap/tidb-operator/pkg/apis v1.5.1
7
7
k8s.io/apimachinery v0.20.15
8
8
k8s.io/client-go v0.20.15
9
9
)
You can’t perform that action at this time.
0 commit comments