Change [1] included the mariadb controller in the stx-openstack
deployment. However, the mariadb-static-overrides.yaml wasn't updated to
fix the docker image tag used by the controller.
This change freezes the mariadb controller image tag at the same tag
already used by mariadb pods:
- docker.io/openstackhelm/mariadb:ubuntu_focal-20250111
[1]https://review.opendev.org/c/starlingx/openstack-armada-app/+/944245
Test Plan:
[PASS] build stx-openstack tarball and upload to a virual AIO-SX system
[PASS] apply the stx-openstack application
[PASS] check sysinv.log and image registries to ensure that
"mariadb:latest-ubuntu_focal" is no longer downloaded
Closes-Bug: #2104273
Change-Id: I1fa15b87dda4eba33bcd13c6f72265821365f96d
Signed-off-by: Alex Figueiredo <alex.fernandesfigueiredo@windriver.com>