Skip to content

Commit dcf0c78

Browse files
committed
manifests: align default to kubeflow#1113
Signed-off-by: Matteo Mortari <[email protected]>
1 parent 33442c0 commit dcf0c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/kustomize/overlays/db/model-registry-db-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
runAsNonRoot: true
2525
containers:
2626
- name: db-container
27-
image: mysql
27+
image: mysql:8.3.0
2828
args:
2929
- --datadir
3030
- /var/lib/mysql/datadir

0 commit comments

Comments
 (0)