File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,10 +240,10 @@ function upgradeToLatest() {
240240 checkPodStatusWithTimeout " example-vttablet-zone1(.*)3/3(.*)Running(.*)" 3
241241
242242 # Wait for the cluster spec changes to take effect
243- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtctld" 1 " image: vitess/lite:mysql80"
244- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtgate" 1 " image: vitess/lite:mysql80"
245- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtorc" 1 " image: vitess/lite:mysql80"
246- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vttablet" 12 " image: vitess/lite:mysql80"
243+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtctld" 1 " image: vitess/lite:v24.0.0-rc1- mysql80"
244+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtgate" 1 " image: vitess/lite:v24.0.0-rc1- mysql80"
245+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtorc" 1 " image: vitess/lite:v24.0.0-rc1- mysql80"
246+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vttablet" 12 " image: vitess/lite:v24.0.0-rc1- mysql80"
247247
248248 verifyVtgateDeploymentStrategy
249249
@@ -266,7 +266,7 @@ setupKindCluster
266266cd test/endtoend/operator || exit 1
267267
268268get_started " operator.yaml" " 101_initial_cluster.yaml"
269- verifyVtGateVersion " 23.0.0 "
269+ verifyVtGateVersion " 23.0.3 "
270270checkSemiSyncSetup
271271checkMysqldExporterMetrics
272272# Initially too durability policy should be specified
You can’t perform that action at this time.
0 commit comments