From 817b5b76af3dbd2741624c34b596fa71300b6461 Mon Sep 17 00:00:00 2001 From: Debarati Basu-Nag Date: Tue, 2 Dec 2025 17:11:25 -0500 Subject: [PATCH] Update mariadb image to latest image --- tests/model_registry/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/model_registry/utils.py b/tests/model_registry/utils.py index 004110642..6f6c881b7 100644 --- a/tests/model_registry/utils.py +++ b/tests/model_registry/utils.py @@ -38,7 +38,7 @@ ADDRESS_ANNOTATION_PREFIX: str = "routing.opendatahub.io/external-address-" MARIA_DB_IMAGE = ( - "registry.redhat.io/rhel9/mariadb-1011@sha256:5608cce9ca8fed81027c97336d526b80320b0f4517ca5d3d141c0bbd7d563f8a" + "registry.redhat.io/rhel9/mariadb-1011@sha256:092407d87f8017bb444a462fb3d38ad5070429e94df7cf6b91d82697f36d0fa9" ) LOGGER = get_logger(name=__name__)