Skip to content

Commit

Permalink
Use proper latest release of vitess in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Oct 29, 2024
1 parent 12ec337 commit 930825a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/endtoend/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 930825a

Please sign in to comment.