diff --git a/charts/tidb-cluster/values.yaml b/charts/tidb-cluster/values.yaml index b1c98b2431..67d1e396c5 100644 --- a/charts/tidb-cluster/values.yaml +++ b/charts/tidb-cluster/values.yaml @@ -70,7 +70,7 @@ pd: location-labels = ["region", "zone", "rack", "host"] replicas: 3 - image: pingcap/pd:v3.0.1 + image: pingcap/pd:v3.0.4 # storageClassName is a StorageClass provides a way for administrators to describe the "classes" of storage they offer. # different classes might map to quality-of-service levels, or to backup policies, # or to arbitrary policies determined by the cluster administrators. @@ -212,7 +212,7 @@ tikv: # we can only set capacity in tikv.resources.limits.storage. replicas: 3 - image: pingcap/tikv:v3.0.1 + image: pingcap/tikv:v3.0.4 # storageClassName is a StorageClass provides a way for administrators to describe the "classes" of storage they offer. # different classes might map to quality-of-service levels, or to backup policies, # or to arbitrary policies determined by the cluster administrators. @@ -297,7 +297,7 @@ tidb: # initSqlConfigMapName: tidb-initsql # initSql: |- # create database app; - image: pingcap/tidb:v3.0.1 + image: pingcap/tidb:v3.0.4 # Image pull policy. imagePullPolicy: IfNotPresent @@ -397,8 +397,8 @@ monitor: storageClassName: local-storage storage: 10Gi initializer: - image: pingcap/tidb-monitor-initializer:v3.0.1 - imagePullPolicy: Always + image: pingcap/tidb-monitor-initializer:v3.0.4 + imagePullPolicy: IfNotPresent config: K8S_PROMETHEUS_URL: http://prometheus-k8s.monitoring.svc:9090 resources: {} @@ -475,7 +475,7 @@ binlog: pump: create: false replicas: 1 - image: pingcap/tidb-binlog:v3.0.1 + image: pingcap/tidb-binlog:v3.0.4 imagePullPolicy: IfNotPresent logLevel: info # storageClassName is a StorageClass provides a way for administrators to describe the "classes" of storage they offer. @@ -517,7 +517,7 @@ binlog: drainer: create: false - image: pingcap/tidb-binlog:v3.0.1 + image: pingcap/tidb-binlog:v3.0.4 imagePullPolicy: IfNotPresent logLevel: info # storageClassName is a StorageClass provides a way for administrators to describe the "classes" of storage they offer. @@ -671,7 +671,7 @@ scheduledBackup: importer: create: false - image: pingcap/tidb-lightning:v3.0.1 + image: pingcap/tidb-lightning:v3.0.4 imagePullPolicy: IfNotPresent storageClassName: local-storage storage: 200Gi diff --git a/charts/tidb-drainer/values.yaml b/charts/tidb-drainer/values.yaml index 910fc84198..d2a3fe6293 100644 --- a/charts/tidb-drainer/values.yaml +++ b/charts/tidb-drainer/values.yaml @@ -4,7 +4,7 @@ # clusterName is the TiDB cluster name that should backup from or restore to. clusterName: demo -clusterVersion: v3.0.1 +clusterVersion: v3.0.4 baseImage: pingcap/tidb-binlog imagePullPolicy: IfNotPresent diff --git a/charts/tidb-lightning/values.yaml b/charts/tidb-lightning/values.yaml index cf4ee1fba6..be58ea7203 100644 --- a/charts/tidb-lightning/values.yaml +++ b/charts/tidb-lightning/values.yaml @@ -2,7 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -image: pingcap/tidb-lightning:v3.0.1 +image: pingcap/tidb-lightning:v3.0.4 imagePullPolicy: IfNotPresent service: type: NodePort diff --git a/deploy/aliyun/variables.tf b/deploy/aliyun/variables.tf index 55b208cd57..443f7dd8f6 100644 --- a/deploy/aliyun/variables.tf +++ b/deploy/aliyun/variables.tf @@ -36,7 +36,7 @@ variable "cluster_name" { variable "tidb_version" { description = "TiDB cluster version" - default = "v3.0.1" + default = "v3.0.4" } variable "tidb_cluster_chart_version" { description = "tidb-cluster chart version" diff --git a/deploy/aws/clusters.tf b/deploy/aws/clusters.tf index 011279289d..edfb768eff 100644 --- a/deploy/aws/clusters.tf +++ b/deploy/aws/clusters.tf @@ -24,7 +24,7 @@ provider "helm" { # # # NOTE: cluster_name cannot be changed after creation # cluster_name = "demo-cluster" -# cluster_version = "v3.0.1" +# cluster_version = "v3.0.4" # ssh_key_name = module.key-pair.key_name # pd_count = 1 # pd_instance_type = "t2.xlarge" diff --git a/deploy/aws/variables.tf b/deploy/aws/variables.tf index 89b868a335..48c4ff45da 100644 --- a/deploy/aws/variables.tf +++ b/deploy/aws/variables.tf @@ -80,7 +80,7 @@ variable "bastion_instance_type" { # For aws tutorials compatiablity variable "default_cluster_version" { - default = "v3.0.1" + default = "v3.0.4" } variable "default_cluster_pd_count" { diff --git a/deploy/gcp/examples/tidb-customized.tfvars b/deploy/gcp/examples/tidb-customized.tfvars index a1a525ba3e..25d3e89927 100644 --- a/deploy/gcp/examples/tidb-customized.tfvars +++ b/deploy/gcp/examples/tidb-customized.tfvars @@ -3,7 +3,7 @@ tikv_instance_type = "n1-highmem-4" tidb_instance_type = "n1-standard-8" # specify tidb version -tidb_version = "3.0.2" +tidb_version = "3.0.4" # override tidb cluster values override_values = <