Skip to content

Commit

Permalink
bump operator to v1.2.7 (#4422)
Browse files Browse the repository at this point in the history
  • Loading branch information
just1900 authored Feb 17, 2022
1 parent 024c52d commit 7a13ac9
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.6
image: pingcap/tidb-operator:v1.2.7
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.6
operatorImage: pingcap/tidb-operator:v1.2.7
imagePullPolicy: IfNotPresent
# imagePullSecrets: []

# tidbBackupManagerImage is tidb backup manager image
tidbBackupManagerImage: pingcap/tidb-backup-manager:v1.2.6
tidbBackupManagerImage: pingcap/tidb-backup-manager:v1.2.7

#
# 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.6"
default = "v1.2.7"
}

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.6"
default = "v1.2.7"
}

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.6"
default = "v1.2.7"
}

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\.5"
OPERATOR_NEW="v1\.2\.6"
OPERATOR_OLD="v1\.2\.6"
OPERATOR_NEW="v1\.2\.7"
TIDB_OLD="v5\.2\.1"
TIDB_NEW="v5\.3\.0"
DM_OLD="v2.0.7"
Expand Down

0 comments on commit 7a13ac9

Please sign in to comment.