From 930825a368446cab3641fc61beb7045ca8f45b34 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Tue, 29 Oct 2024 09:21:33 -0600 Subject: [PATCH] Use proper latest release of vitess in tests Signed-off-by: Florent Poinsard --- test/endtoend/operator/101_initial_cluster.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/endtoend/operator/101_initial_cluster.yaml b/test/endtoend/operator/101_initial_cluster.yaml index 0328cf25..76e9d340 100644 --- a/test/endtoend/operator/101_initial_cluster.yaml +++ b/test/endtoend/operator/101_initial_cluster.yaml @@ -8,11 +8,11 @@ metadata: name: example spec: images: - vtctld: vitess/lite:v21.0.0-rc1 - vtgate: vitess/lite:v21.0.0-rc1 - vttablet: vitess/lite:v21.0.0-rc1 - vtorc: vitess/lite:v21.0.0-rc1 - vtbackup: vitess/lite:v21.0.0-rc1 + vtctld: vitess/lite:v21.0.0 + vtgate: vitess/lite:v21.0.0 + vttablet: vitess/lite:v21.0.0 + vtorc: vitess/lite:v21.0.0 + vtbackup: vitess/lite:v21.0.0 mysqld: mysql80Compatible: mysql:8.0.30 mysqldExporter: prom/mysqld-exporter:v0.11.0