- replace deprecates mysql* binaries with mariadb* - fix mysql-exporter TLS connection to mariadb - using freshly built mariadb image based on ubuntu noble Change-Id: I8594f9df6b3cecd45466d41c625fa2b7a45604d9 Signed-off-by: Sergiy Markin <smarkin@mirantis.com>
10 lines
248 B
YAML
10 lines
248 B
YAML
---
|
|
mariadb:
|
|
- |
|
|
Updated to use MariaDB 11.4.8 built on Ubuntu 22.04 (Noble).
|
|
fixes:
|
|
- |
|
|
Replaced deprecated mysql* binaries to their mariadb* equivalents in
|
|
scripts. Also fixed TLS connection for myqsl-exporter side conainers.
|
|
...
|