Skip to content

Commit

Permalink
Update to the new vitess version
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Mar 6, 2024
1 parent 92d071f commit 92ffc6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: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
vtctld: vitess/lite:v19.0.0
vtgate: vitess/lite:v19.0.0
vttablet: vitess/lite:v19.0.0
vtorc: vitess/lite:v19.0.0
vtbackup: vitess/lite:v19.0.0
mysqld:
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6572,7 +6572,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: vitess-operator
image: planetscale/vitess-operator:v2.12.0-rc1
image: planetscale/vitess-operator:v2.12.0
name: vitess-operator
resources:
limits:
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 "19.0.0-rc1"
verifyVtGateVersion "19.0.0"
checkSemiSyncSetup
# Initially too durability policy should be specified
verifyDurabilityPolicy "commerce" "semi_sync"
Expand Down

0 comments on commit 92ffc6e

Please sign in to comment.