File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,16 +15,14 @@ spec:
1515 persistentVolumeClaim :
1616 claimName : vitess-backups
1717 images :
18- vtctld : vitess/lite:v23 .0.0-mysql80
19- vtgate : vitess/lite:v23 .0.0-mysql80
20- vttablet : vitess/lite:v23 .0.0-mysql80
21- vtorc : vitess/lite:v23 .0.0-mysql80
22- vtbackup : vitess/lite:v23 .0.0-mysql80
18+ vtctld : vitess/lite:v24 .0.0-rc1 -mysql80
19+ vtgate : vitess/lite:v24 .0.0-rc1 -mysql80
20+ vttablet : vitess/lite:v24 .0.0-rc1 -mysql80
21+ vtorc : vitess/lite:v24 .0.0-rc1 -mysql80
22+ vtbackup : vitess/lite:v24 .0.0-rc1 -mysql80
2323 mysqld :
24- mysql80Compatible : vitess/lite:v23.0.0-mysql80
25- # This needs to stay at 0.14.0 until we're upgrading from v24 to v25.
26- # At which point it can use 0.18.0.
27- mysqldExporter : prom/mysqld-exporter:v0.14.0
24+ mysql80Compatible : vitess/lite:v24.0.0-rc1-mysql80
25+ mysqldExporter : prom/mysqld-exporter:v0.18.0
2826 cells :
2927 - name : zone1
3028 gateway :
Original file line number Diff line number Diff line change @@ -7820,7 +7820,7 @@ spec:
78207820 fieldPath : metadata.name
78217821 - name : OPERATOR_NAME
78227822 value : vitess-operator
7823- image : planetscale/vitess-operator:v2.16 .0-rc1
7823+ image : planetscale/vitess-operator:v2.17 .0-rc1
78247824 name : vitess-operator
78257825 resources :
78267826 limits :
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ setupKindCluster
266266cd test/endtoend/operator || exit 1
267267
268268get_started " operator.yaml" " 101_initial_cluster.yaml"
269- verifyVtGateVersion " 23 .0.0"
269+ verifyVtGateVersion " 24 .0.0-rc1 "
270270checkSemiSyncSetup
271271checkMysqldExporterMetrics
272272# Initially too durability policy should be specified
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ package version
2020// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY THE VITESS-RELEASER
2121
2222var (
23- Version = "2.16 .0"
23+ Version = "2.18 .0"
2424)
You can’t perform that action at this time.
0 commit comments