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:
3838 type : ClusterIP
3939
4040discovery :
41- image : pingcap/tidb-operator:v1.3.0
41+ image : pingcap/tidb-operator:v1.3.1
4242 imagePullPolicy : IfNotPresent
4343 resources :
4444 limits :
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.3.0
15+ operatorImage : pingcap/tidb-operator:v1.3.1
1616imagePullPolicy : IfNotPresent
1717# imagePullSecrets: []
1818
1919# tidbBackupManagerImage is tidb backup manager image
20- tidbBackupManagerImage : pingcap/tidb-backup-manager:v1.3.0
20+ tidbBackupManagerImage : pingcap/tidb-backup-manager:v1.3.1
2121
2222#
2323# 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" {
1010
1111variable "operator_version" {
1212 type = string
13- default = " v1.3.0 "
13+ default = " v1.3.1 "
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.3.0 "
22+ default = " v1.3.1 "
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.3.0 "
31+ default = " v1.3.1 "
3232}
3333
3434variable "tidb_operator_chart_version" {
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ require (
4949 github.com/pingcap/errors v0.11.0
5050 github.com/pingcap/kvproto v0.0.0-20200927054727-1290113160f0
5151 github.com/pingcap/tidb v2.1.0-beta+incompatible
52- github.com/pingcap/tidb-operator/pkg/apis v1.3.0
53- github.com/pingcap/tidb-operator/pkg/client v1.3.0
52+ github.com/pingcap/tidb-operator/pkg/apis v1.3.1
53+ github.com/pingcap/tidb-operator/pkg/client v1.3.1
5454 github.com/prometheus/client_golang v1.7.1
5555 github.com/prometheus/client_model v0.2.0
5656 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
2222fi
2323
2424# parameters
25- OPERATOR_OLD=" v1\.3\.0-beta\.1 "
26- OPERATOR_NEW=" v1\.3\.0 "
25+ OPERATOR_OLD=" v1\.3\.0"
26+ OPERATOR_NEW=" v1\.3\.1 "
2727TIDB_OLD=" v5\.3\.0"
2828TIDB_NEW=" v5\.4\.0"
2929DM_OLD=" v5.3.0"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/pingcap/tidb-operator/pkg/client
33go 1.13
44
55require (
6- github.com/pingcap/tidb-operator/pkg/apis v1.3.0
6+ github.com/pingcap/tidb-operator/pkg/apis v1.3.1
77 k8s.io/apimachinery v0.19.16
88 k8s.io/client-go v0.19.16
99)
You can’t perform that action at this time.
0 commit comments