Skip to content

Commit

Permalink
fix wrong image url (#569)
Browse files Browse the repository at this point in the history
Co-authored-by: Ran <huangran@pingcap.com>
  • Loading branch information
weekface and ran-huang authored Jul 16, 2020
1 parent b405449 commit ede0ef1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions en/configure-a-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ metadata:
spec:
....
tidb:
image: pingcap.com/tidb:v4.0.0
image: pingcap/tidb:v4.0.0
imagePullPolicy: IfNotPresent
replicas: 1
service:
Expand Down Expand Up @@ -179,7 +179,7 @@ metadata:
spec:
....
tikv:
image: pingcap.com/tikv:v4.0.0
image: pingcap/tikv:v4.0.0
config:
log-level: "info"
slow-log-threshold: "1s"
Expand Down Expand Up @@ -208,7 +208,7 @@ metadata:
spec:
.....
pd:
image: pingcap.com/pd:v4.0.0
image: pingcap/pd:v4.0.0
config:
lease: 3
enable-prevote: true
Expand Down
6 changes: 3 additions & 3 deletions zh/configure-a-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ metadata:
spec:
....
tidb:
image: pingcap.com/tidb:v4.0.2
image: pingcap/tidb:v4.0.2
imagePullPolicy: IfNotPresent
replicas: 1
service:
Expand Down Expand Up @@ -187,7 +187,7 @@ metadata:
spec:
....
tikv:
image: pingcap.com/tikv:v4.0.2
image: pingcap/tikv:v4.0.2
config: {}
replicas: 1
requests:
Expand All @@ -212,7 +212,7 @@ metadata:
spec:
.....
pd:
image: pingcap.com/pd:v4.0.2
image: pingcap/pd:v4.0.2
config:
lease: 3
enable-prevote: true
Expand Down

0 comments on commit ede0ef1

Please sign in to comment.