Skip to content

Commit

Permalink
Use v20.0.0 for mysql container
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Jun 27, 2024
1 parent bedc06d commit acee948
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
vtbackup: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
mysqld:
mysql80Compatible: vitess/lite:latest
mysql80Compatible: vitess/lite:v20.0.0
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
2 changes: 1 addition & 1 deletion examples/operator/201_customer_tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
vtbackup: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
mysqld:
mysql80Compatible: vitess/lite:latest
mysql80Compatible: vitess/lite:v20.0.0
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
2 changes: 1 addition & 1 deletion examples/operator/302_new_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
vtbackup: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
mysqld:
mysql80Compatible: vitess/lite:latest
mysql80Compatible: vitess/lite:v20.0.0
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
2 changes: 1 addition & 1 deletion examples/operator/306_down_shard_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
vtbackup: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
mysqld:
mysql80Compatible: vitess/lite:latest
mysql80Compatible: vitess/lite:v20.0.0
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
2 changes: 1 addition & 1 deletion examples/operator/401_scheduled_backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
vtbackup: vitess/lite:v20.0.0
vtorc: vitess/lite:v20.0.0
mysqld:
mysql80Compatible: vitess/lite:latest
mysql80Compatible: vitess/lite:v20.0.0
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down

0 comments on commit acee948

Please sign in to comment.