Skip to content

Commit 84f5d1c

Browse files
committed
Update test/endtoend/upgrade_test.sh
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
1 parent 43001b6 commit 84f5d1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/endtoend/upgrade_test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)