Skip to content

Commit 585a501

Browse files
authored
update spec.template.spec.containers.image for model-registry-db (#196)
1 parent 181f859 commit 585a501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_registry/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def model_registry_db_deployment(
186186
"/var/lib/mysql/datadir",
187187
"--default-authentication-plugin=mysql_native_password",
188188
],
189-
"image": "mysql:8.3.0",
189+
"image": "public.ecr.aws/docker/library/mysql:8.3.0",
190190
"imagePullPolicy": "IfNotPresent",
191191
"livenessProbe": {
192192
"exec": {

0 commit comments

Comments
 (0)