File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed 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.3.8
41
+ image : pingcap/tidb-operator:v1.3.9
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.3.8
15
+ operatorImage : pingcap/tidb-operator:v1.3.9
16
16
imagePullPolicy : IfNotPresent
17
17
# imagePullSecrets: []
18
18
19
19
# tidbBackupManagerImage is tidb backup manager image
20
- tidbBackupManagerImage : pingcap/tidb-backup-manager:v1.3.8
20
+ tidbBackupManagerImage : pingcap/tidb-backup-manager:v1.3.9
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.3.8 "
13
+ default = " v1.3.9 "
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.3.8 "
22
+ default = " v1.3.9 "
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.3.8 "
31
+ default = " v1.3.9 "
32
32
}
33
33
34
34
variable "tidb_operator_chart_version" {
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ require (
51
51
github.com/pingcap/errors v0.11.0
52
52
github.com/pingcap/kvproto v0.0.0-20200927054727-1290113160f0
53
53
github.com/pingcap/tidb v2.1.0-beta+incompatible
54
- github.com/pingcap/tidb-operator/pkg/apis v1.3.8
55
- github.com/pingcap/tidb-operator/pkg/client v1.3.8
54
+ github.com/pingcap/tidb-operator/pkg/apis v1.3.9
55
+ github.com/pingcap/tidb-operator/pkg/client v1.3.9
56
56
github.com/prometheus/client_golang v1.7.1
57
57
github.com/prometheus/client_model v0.2.0
58
58
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\.3\.7 "
26
- OPERATOR_NEW=" v1\.3\.8 "
25
+ OPERATOR_OLD=" v1\.3\.8 "
26
+ OPERATOR_NEW=" v1\.3\.9 "
27
27
TIDB_OLD=" v5\.4\.0"
28
28
TIDB_NEW=" v5\.4\.1"
29
29
DM_OLD=" v5.4.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.13
4
4
5
5
require (
6
- github.com/pingcap/tidb-operator/pkg/apis v1.3.8
6
+ github.com/pingcap/tidb-operator/pkg/apis v1.3.9
7
7
k8s.io/apimachinery v0.19.16
8
8
k8s.io/client-go v0.19.16
9
9
)
You can’t perform that action at this time.
0 commit comments