File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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:: v23.0.0-rc1"
244- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtgate" 1 " image: vitess/lite:: v23.0.0-rc1"
245- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtorc" 1 " image: vitess/lite:: v23.0.0-rc1"
246- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vttablet" 12 " image: vitess/lite:: v23.0.0-rc1"
243+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtctld" 1 " image: vitess/lite:v23.0.0-rc1"
244+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtgate" 1 " image: vitess/lite:v23.0.0-rc1"
245+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtorc" 1 " image: vitess/lite:v23.0.0-rc1"
246+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vttablet" 12 " image: vitess/lite:v23.0.0-rc1"
247247
248248 verifyVtgateDeploymentStrategy
249249
You can’t perform that action at this time.
0 commit comments