Skip to content

Commit 2b92821

Browse files
fgksgfliubog2008
authored andcommitted
Chore: update the version to v8.5.2 in examples and add tiproxy yaml (pingcap#6290)
1 parent 3f1640d commit 2b92821

23 files changed

+43
-22
lines changed

examples/basic/01-pd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
annotations:
1616
author: pingcap
1717
spec:
18-
version: v8.1.0
18+
version: v8.5.2
1919
resources:
2020
cpu: "4"
2121
memory: 8Gi

examples/basic/02-tikv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
annotations:
1616
author: pingcap
1717
spec:
18-
version: v8.1.0
18+
version: v8.5.2
1919
resources:
2020
cpu: "4"
2121
memory: 8Gi

examples/basic/03-tidb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
annotations:
1616
author: pingcap
1717
spec:
18-
version: v8.1.0
18+
version: v8.5.2
1919
resources:
2020
cpu: "1"
2121
memory: 2Gi

examples/basic/04-tiflash.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
annotations:
1616
author: pingcap
1717
spec:
18-
version: v8.1.0
18+
version: v8.5.2
1919
resources:
2020
cpu: "4"
2121
memory: 8Gi

examples/basic/05-tiproxy.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: core.pingcap.com/v1alpha1
2+
kind: TiProxyGroup
3+
metadata:
4+
name: tiproxy
5+
labels:
6+
pingcap.com/group: tiproxy
7+
pingcap.com/component: tiproxy
8+
pingcap.com/cluster: basic
9+
spec:
10+
cluster:
11+
name: basic
12+
replicas: 3
13+
template:
14+
metadata:
15+
annotations:
16+
author: pingcap
17+
spec:
18+
version: v1.3.1
19+
resources:
20+
cpu: "1"
21+
memory: 2Gi
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
annotations:
1616
author: pingcap
1717
spec:
18-
version: v8.1.0
18+
version: v8.5.2
1919
resources:
2020
cpu: "1"
2121
memory: 2Gi

examples/bootstrap-sql/01-pd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
cluster:
1111
name: bsql
12-
version: v8.1.0
12+
version: v8.5.2
1313
replicas: 3
1414
template:
1515
spec:

examples/bootstrap-sql/02-tikv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
cluster:
1111
name: bsql
12-
version: v8.1.0
12+
version: v8.5.2
1313
replicas: 3
1414
template:
1515
spec:

examples/bootstrap-sql/03-tidb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
cluster:
1111
name: bsql
12-
version: v8.1.0
12+
version: v8.5.2
1313
replicas: 1
1414
template:
1515
spec:

examples/overlay/01-pd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
cluster:
1111
name: overlay
12-
version: v8.1.0
12+
version: v8.5.2
1313
replicas: 3
1414
template:
1515
spec:

0 commit comments

Comments
 (0)