Skip to content

Commit

Permalink
update-version (#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
cofyc authored Apr 16, 2020
1 parent 90a01b4 commit 723f7c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.0-rc.1
image: pingcap/tidb-operator:v1.1.0-rc.2
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,11 +12,11 @@ rbac:
timezone: UTC

# operatorImage is TiDB Operator image
operatorImage: pingcap/tidb-operator:v1.1.0-rc.1
operatorImage: pingcap/tidb-operator:v1.1.0-rc.2
imagePullPolicy: IfNotPresent

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

#
# Enable or disable tidb-operator features:
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.1.0-rc.1"
default = "v1.1.0-rc.2"
}

variable "tidb_operator_chart_version" {
Expand Down
4 changes: 2 additions & 2 deletions tests/manifests/stability/stability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spec:
command:
- /usr/local/bin/stability-test
- --config=/etc/tidb-operator-stability/config.yaml
- --operator-image=pingcap/tidb-operator:v1.1.0-rc.1
- --operator-tag=v1.1.0-rc.1
- --operator-image=pingcap/tidb-operator:v1.1.0-rc.2
- --operator-tag=v1.1.0-rc.2
- --slack-webhook-url=""
volumeMounts:
- mountPath: /logDir
Expand Down

0 comments on commit 723f7c3

Please sign in to comment.