Skip to content

Commit f61e186

Browse files
committed
chore: auto extend addons readme with examples
1 parent 55b7382 commit f61e186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

addons/mysql/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MySQL is a widely used, open-source relational database management system (RDBMS
2121
| Major Versions | Description |
2222
|---------------|--------------|
2323
| 5.7 | 5.7.44 |
24-
| 8.0 | \[8.0.33 ~ 8.0.44\] |
24+
| 8.0 | \[8.0.30 ~ 8.0.39\] |
2525
| 8.4 | 8.4.0 ~ 8.4.2|
2626

2727
## Prerequisites
@@ -74,7 +74,7 @@ spec:
7474
# ServiceVersion specifies the version of the Service expected to be
7575
# provisioned by this Component.
7676
# When componentDef is "mysql-8.0",
77-
# Valid options are: [8.0.33~8.0.44]
77+
# Valid options are: [8.0.30~8.0.39]
7878
serviceVersion: 8.0.35
7979
# Determines whether metrics exporter information is annotated on the
8080
# Component's headless Service.
@@ -126,7 +126,7 @@ spec:
126126
# ServiceVersion specifies the version of the Service expected to be
127127
# provisioned by this Component.
128128
# When componentDef is "mysql-8.0",
129-
# Valid options are: [8.0.33 to 8.0.44]
129+
# Valid options are: [8.0.30 to 8.0.39]
130130
serviceVersion: 8.0.35
131131
```
132132

0 commit comments

Comments
 (0)