Skip to content

Commit

Permalink
Use MySQL 80 as the default
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Apr 29, 2024
1 parent e6dec1f commit c07081a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/apis/planetscale/v2/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ const (
DefaultMysqlPortName = "mysql"

defaultVitessLiteImage = "vitess/lite:latest"
defaultMySQLImage = "mysql:8.0.30"

DefaultInitCPURequestMillis = 100
DefaultInitMemoryRequestBytes = 32 * (1 << 20) // 32 MiB
Expand Down Expand Up @@ -132,7 +133,7 @@ var DefaultImages = &VitessImages{
// has easy access to other programs we include in the Vitess image, like
// Percona XtraBackup.
Mysqld: &MysqldImage{
Mysql56Compatible: defaultVitessLiteImage,
Mysql80Compatible: defaultMySQLImage,
},

MysqldExporter: "prom/mysqld-exporter:v0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/102_keyspace_teardown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
vtorc: vitess/lite:latest
vtbackup: vitess/lite:latest
mysqld:
mysql56Compatible: vitess/lite:latest
mysql80Compatible: mysql:8.0.30
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down

0 comments on commit c07081a

Please sign in to comment.