Skip to content

Commit 73cbf6f

Browse files
authored
Merge branch 'main' into mariadb_image
2 parents 817b5b7 + 98345c2 commit 73cbf6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/model_registry/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ModelRegistryEndpoints:
4141
DB_BASE_RESOURCES_NAME: str = "db-model-registry"
4242
DB_RESOURCE_NAME: str = f"{DB_BASE_RESOURCES_NAME}0"
4343
MR_DB_IMAGE_DIGEST: str = (
44-
"public.ecr.aws/docker/library/mysql@sha256:9de9d54fecee6253130e65154b930978b1fcc336bcc86dfd06e89b72a2588ebe"
44+
"public.ecr.aws/docker/library/mysql@sha256:28540698ce89bd72f985044de942d65bd99c6fadb2db105327db57f3f70564f0"
4545
)
4646
MODEL_REGISTRY_DB_SECRET_STR_DATA: dict[str, str] = {
4747
"database-name": "model_registry",

tests/model_registry/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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",

0 commit comments

Comments
 (0)