Skip to content

Commit

Permalink
update v18 vitess version to vtop main
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Nov 6, 2023
1 parent f583949 commit f7f730a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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:v18.0.0-rc1
vtgate: vitess/lite:v18.0.0-rc1
vttablet: vitess/lite:v18.0.0-rc1
vtorc: vitess/lite:v18.0.0-rc1
vtbackup: vitess/lite:v18.0.0-rc1
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
mysqld:
mysql80Compatible: vitess/lite:v18.0.0-rc1
mysql80Compatible: vitess/lite:v18.0.0
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
4 changes: 2 additions & 2 deletions test/endtoend/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6357,7 +6357,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: vitess-operator
image: planetscale/vitess-operator:v2.11.0-rc1
image: planetscale/vitess-operator:v2.11.0
name: vitess-operator
resources:
limits:
Expand All @@ -6382,4 +6382,4 @@ globalDefault: false
kind: PriorityClass
metadata:
name: vitess
value: 1000
value: 1000
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 "18.0.0-rc1"
verifyVtGateVersion "18.0.0"
checkSemiSyncSetup
# Initially too durability policy should be specified
verifyDurabilityPolicy "commerce" "semi_sync"
Expand Down

0 comments on commit f7f730a

Please sign in to comment.