Skip to content

Commit

Permalink
update vitess version and tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Feb 7, 2024
1 parent 3bb3a67 commit 8a410ad
Show file tree
Hide file tree
Showing 5 changed files with 226 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test/endtoend/backup_restore_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ killall kubectl
setupKubectlAccessForCI

get_started "operator-latest.yaml" "101_initial_cluster_backup.yaml"
verifyVtGateVersion "19.0.0"
verifyVtGateVersion "19.0.0-rc1"
checkSemiSyncSetup
takeBackup "commerce/-"
verifyListBackupsOutput
Expand Down
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:v18.0.0
vtgate: vitess/lite:v18.0.0
vttablet: vitess/lite:v18.0.0
vtorc: vitess/lite:v18.0.0
vtbackup: vitess/lite:v18.0.0
vtctld: vitess/lite:v19.0.0-rc1
vtgate: vitess/lite:v19.0.0-rc1
vttablet: vitess/lite:v19.0.0-rc1
vtorc: vitess/lite:v19.0.0-rc1
vtbackup: vitess/lite:v19.0.0-rc1
mysqld:
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
Expand Down
Loading

0 comments on commit 8a410ad

Please sign in to comment.