Skip to content

Commit 6a62341

Browse files
authored
Merge branch 'main' into workaround
2 parents 2c99501 + d2c19b9 commit 6a62341

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
ADDRESS_ANNOTATION_PREFIX: str = "routing.opendatahub.io/external-address-"
4040
MARIA_DB_IMAGE = (
41-
"registry.redhat.io/rhel9/mariadb-1011@sha256:5608cce9ca8fed81027c97336d526b80320b0f4517ca5d3d141c0bbd7d563f8a"
41+
"registry.redhat.io/rhel9/mariadb-1011@sha256:092407d87f8017bb444a462fb3d38ad5070429e94df7cf6b91d82697f36d0fa9"
4242
)
4343
LOGGER = 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",

0 commit comments

Comments
 (0)