Skip to content

Commit

Permalink
fix example tidb-dashboard image (#4828)
Browse files Browse the repository at this point in the history
Co-authored-by: Yifan Xu <[email protected]>
  • Loading branch information
ti-chi-bot and SabaPing authored Jan 9, 2023
1 parent 5f1d3e4 commit bcbddbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/aks/tidb-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: basic
spec:
baseImage: pingcap/tidb-dashboard
version: nightly
version: latest

## tidb cluster to be monitored
## ** now only support monitoring one tidb cluster **
Expand Down
2 changes: 1 addition & 1 deletion examples/aws/tidb-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: basic
spec:
baseImage: pingcap/tidb-dashboard
version: nightly
version: latest

## tidb cluster to be monitored
## ** now only support monitoring one tidb cluster **
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-cn/tidb-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: basic
spec:
baseImage: pingcap/tidb-dashboard
version: nightly
version: latest

## tidb cluster to be monitored
## ** now only support monitoring one tidb cluster **
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/tidb-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: basic
spec:
baseImage: pingcap/tidb-dashboard
version: nightly
version: latest

## tidb cluster to be monitored
## ** now only support monitoring one tidb cluster **
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp/tidb-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: basic
spec:
baseImage: pingcap/tidb-dashboard
version: nightly
version: latest

## tidb cluster to be monitored
## ** now only support monitoring one tidb cluster **
Expand Down

0 comments on commit bcbddbe

Please sign in to comment.