Skip to content

Commit

Permalink
333
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Sep 30, 2024
1 parent f594d40 commit af0fe6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbm-services/mysql/db-simulation/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func CreateTmpSpiderPodCluster(r *gin.Context) {
Charset: "utf8mb4",
}
ps.DbImage = config.GAppConfig.Image.Tendb57Img
ps.TdbCtlImage, ps.SpiderImage = getSpiderAndTdbctlImg(param.SpiderVersion, LatestVersion)
ps.SpiderImage, ps.TdbCtlImage = getSpiderAndTdbctlImg(param.SpiderVersion, LatestVersion)
if err := ps.CreateClusterPod(); err != nil {
logger.Error(err.Error())
return
Expand Down

0 comments on commit af0fe6e

Please sign in to comment.