Skip to content

Commit

Permalink
update columnar image in the testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
dingfeng committed Apr 24, 2024
1 parent a0496fa commit 374d850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/polardbxcluster/lifecycle/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ var _ = ginkgo.Describe("[PolarDBXCluster] [Lifecycle:Upgrade]", func() {
obj.Spec.Topology.Nodes.Columnar = &polardbxv1polardbx.TopologyNodeColumnar{
Replicas: 1,
Template: polardbxv1polardbx.ColumnarTemplate{
Image: "registry.cn-zhangjiakou.aliyuncs.com/drds_pre/polardbx-columnar:v1",
Image: "pxc-registry.cn-shanghai.cr.aliyuncs.com/polardbx/polardbx-columnar:v1test",
},
}
err := f.Client.Update(f.Ctx, obj)
Expand Down

0 comments on commit 374d850

Please sign in to comment.