Skip to content

Commit

Permalink
cherry pick #4105 to release-1.2 (#4106)
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <[email protected]>

Co-authored-by: Shiori <[email protected]>
  • Loading branch information
ti-srebot and KanShiori authored Jul 29, 2021
1 parent a0225d9 commit 824d648
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/tidb-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
type: ClusterIP

discovery:
image: pingcap/tidb-operator:v1.2.0-rc.2
image: pingcap/tidb-operator:v1.2.0
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions charts/tidb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ rbac:
timezone: UTC

# operatorImage is TiDB Operator image
operatorImage: pingcap/tidb-operator:v1.2.0-rc.2
operatorImage: pingcap/tidb-operator:v1.2.0
imagePullPolicy: IfNotPresent
# imagePullSecrets: []

# tidbBackupManagerImage is tidb backup manager image
tidbBackupManagerImage: pingcap/tidb-backup-manager:v1.2.0-rc.2
tidbBackupManagerImage: pingcap/tidb-backup-manager:v1.2.0

#
# Enable or disable tidb-operator features:
Expand Down
2 changes: 1 addition & 1 deletion deploy/aliyun/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "bastion_cpu_core_count" {

variable "operator_version" {
type = string
default = "v1.2.0-rc.2"
default = "v1.2.0"
}

variable "operator_helm_values" {
Expand Down
2 changes: 1 addition & 1 deletion deploy/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "eks_version" {

variable "operator_version" {
description = "TiDB operator version"
default = "v1.2.0-rc.2"
default = "v1.2.0"
}

variable "operator_values" {
Expand Down
2 changes: 1 addition & 1 deletion deploy/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ variable "tidb_version" {
}

variable "tidb_operator_version" {
default = "v1.2.0-rc.2"
default = "v1.2.0"
}

variable "tidb_operator_chart_version" {
Expand Down
4 changes: 2 additions & 2 deletions hack/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
fi

# parameters
OPERATOR_OLD="v1\.2\.0-rc\.1"
OPERATOR_NEW="v1\.2\.0-rc\.2"
OPERATOR_OLD="v1\.2\.0-rc\.2"
OPERATOR_NEW="v1\.2\.0"
TIDB_OLD="v5\.0\.1"
TIDB_NEW="v5\.1\.0"
DM_OLD="v2.0.3"
Expand Down

0 comments on commit 824d648

Please sign in to comment.