Files
openstack-helm/releasenotes/notes/mariadb-b923ac9345734125.yaml
Sergiy Markin aac927d57c Mariadb upgrade to 11.4.8
- 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>
2025-12-05 16:13:42 +00:00

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.
...