Skip to content

Commit 8b4b557

Browse files
authored
fix: fix some images for tidb-dashboard and BR (#6485)
1 parent d1cb020 commit 8b4b557

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

examples/Runbooks/AKS/tidb-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: basic
55
spec:
66
baseImage: pingcap/tidb-dashboard
7-
version: latest
7+
version: v8.5.2
88

99
## tidb cluster to be monitored
1010
## ** now only support monitoring one tidb cluster **

examples/Runbooks/AKS/tidb-monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: basic
55
spec:
66
baseImage: pingcap/tidb-dashboard
7-
version: latest
7+
version: v8.5.2
88

99
## tidb cluster(s) to be monitored
1010
clusters:

examples/Runbooks/GKE/tidb-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: basic
55
spec:
66
baseImage: pingcap/tidb-dashboard
7-
version: latest
7+
version: v8.5.2
88

99
## tidb cluster to be monitored
1010
## ** now only support monitoring one tidb cluster **

examples/aks/tidb-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: basic
55
spec:
66
baseImage: pingcap/tidb-dashboard
7-
version: latest
7+
version: v8.5.2
88

99
## tidb cluster to be monitored
1010
## ** now only support monitoring one tidb cluster **

examples/aws/tidb-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: basic
55
spec:
66
baseImage: pingcap/tidb-dashboard
7-
version: latest
7+
version: v8.5.2
88

99
## tidb cluster to be monitored
1010
## ** now only support monitoring one tidb cluster **

examples/backup/backup-ebs-local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
cleanPolicy: Delete
88
backupType: full
99
backupMode: volume-snapshot
10-
toolImage: localhost:5000/pingcap/br:latest
10+
toolImage: pingcap/br:v8.5.2
1111
br:
1212
cluster: basic
1313
clusterNamespace: default

examples/backup/backup-ebs-minio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
cleanPolicy: Delete
88
backupType: full
99
backupMode: volume-snapshot
10-
toolImage: localhost:5000/pingcap/br:latest
10+
toolImage: pingcap/br:v8.5.2
1111
br:
1212
cluster: basic
1313
clusterNamespace: default

examples/backup/restore-ebs-minio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
backupType: full
88
backupMode: volume-snapshot
9-
toolImage: localhost:5000/pingcap/br:latest
9+
toolImage: pingcap/br:v8.5.2
1010
br:
1111
cluster: basic
1212
clusterNamespace: default

examples/basic-cn/tidb-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: basic
55
spec:
66
baseImage: pingcap/tidb-dashboard
7-
version: latest
7+
version: v8.5.2
88

99
## tidb cluster to be monitored
1010
## ** now only support monitoring one tidb cluster **

examples/basic/tidb-dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: basic
55
spec:
66
baseImage: pingcap/tidb-dashboard
7-
version: latest
7+
version: v8.5.2
88

99
## tidb cluster to be monitored
1010
## ** now only support monitoring one tidb cluster **

0 commit comments

Comments
 (0)