File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class ModelRegistryEndpoints:
4141DB_BASE_RESOURCES_NAME : str = "db-model-registry"
4242DB_RESOURCE_NAME : str = f"{ DB_BASE_RESOURCES_NAME } 0"
4343MR_DB_IMAGE_DIGEST : str = (
44- "public.ecr.aws/docker/library/mysql@sha256:9de9d54fecee6253130e65154b930978b1fcc336bcc86dfd06e89b72a2588ebe "
44+ "public.ecr.aws/docker/library/mysql@sha256:28540698ce89bd72f985044de942d65bd99c6fadb2db105327db57f3f70564f0 "
4545)
4646MODEL_REGISTRY_DB_SECRET_STR_DATA : dict [str , str ] = {
4747 "database-name" : "model_registry" ,
Original file line number Diff line number Diff line change 3838
3939ADDRESS_ANNOTATION_PREFIX : str = "routing.opendatahub.io/external-address-"
4040MARIA_DB_IMAGE = (
41- "registry.redhat.io/rhel9/mariadb-1011@sha256:5608cce9ca8fed81027c97336d526b80320b0f4517ca5d3d141c0bbd7d563f8a "
41+ "registry.redhat.io/rhel9/mariadb-1011@sha256:092407d87f8017bb444a462fb3d38ad5070429e94df7cf6b91d82697f36d0fa9 "
4242)
4343LOGGER = get_logger (name = __name__ )
4444
@@ -131,7 +131,6 @@ def get_model_registry_deployment_template_dict(
131131 "args" : [
132132 "--datadir" ,
133133 "/var/lib/mysql/datadir" ,
134- "--default-authentication-plugin=mysql_native_password" ,
135134 ],
136135 "image" : MR_DB_IMAGE_DIGEST ,
137136 "imagePullPolicy" : "IfNotPresent" ,
You can’t perform that action at this time.
0 commit comments