Skip to content

Commit

Permalink
pdms: replace pd image (#5592)
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <jinhao.hu@pingcap.com>
  • Loading branch information
HuSharp authored Mar 27, 2024
1 parent 4efb4ea commit 01df6ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/basic/pd-micro-service-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
pd:
# TODO: use a stable version
baseImage: hub.pingcap.net/devbuild/pd
version: v8.0.0
version: v8.0.0-4193
maxFailoverCount: 0
replicas: 1
# if storageClassName is not set, the default Storage Class of the Kubernetes cluster will be used
Expand All @@ -31,12 +31,12 @@ spec:
- name: "tso"
# TODO: use a stable version
baseImage: hub.pingcap.net/devbuild/pd
version: v8.0.0
version: v8.0.0-4193
replicas: 2
- name: "scheduling"
# TODO: use a stable version
baseImage: hub.pingcap.net/devbuild/pd
version: v8.0.0
version: v8.0.0-4193
replicas: 1
tikv:
baseImage: pingcap/tikv
Expand Down
2 changes: 1 addition & 1 deletion tests/pkg/fixture/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ func AddPDMSForTidbCluster(tc *v1alpha1.TidbCluster) *v1alpha1.TidbCluster {
return tc
}
pdmsImage := "hub.pingcap.net/devbuild/pd"
version := "v8.0.0-3932"
version := "v8.0.0-4193"
// TODO: remove pd version when released pdms
tc.Spec.PD.BaseImage = "hub.pingcap.net/devbuild/pd"
tc.Spec.PD.Version = &version
Expand Down

0 comments on commit 01df6ff

Please sign in to comment.