Skip to content

Commit

Permalink
Correct 101 yaml and test
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Jul 16, 2024
1 parent 17b59f1 commit 70fe041
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions test/endtoend/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v17.0.6
vtgate: vitess/lite:v17.0.6
vttablet: vitess/lite:v17.0.6
vtorc: vitess/lite:v17.0.6
vtbackup: vitess/lite:v17.0.6
vtctld: vitess/lite:v16.0.7
vtgate: vitess/lite:v16.0.7
vttablet: vitess/lite:v16.0.7
vtorc: vitess/lite:v16.0.7
vtbackup: vitess/lite:v16.0.7
mysqld:
mysql80Compatible: vitess/lite:v17.0.6
mysql80Compatible: vitess/lite:v16.0.7
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/upgrade_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ killall kubectl
setupKubectlAccessForCI

get_started "operator.yaml" "101_initial_cluster.yaml"
verifyVtGateVersion "16.0.5"
verifyVtGateVersion "16.0.7"
checkSemiSyncSetup
# Initially too durability policy should be specified
verifyDurabilityPolicy "commerce" "semi_sync"
Expand Down

0 comments on commit 70fe041

Please sign in to comment.