Skip to content

Commit c3e8eaf

Browse files
committed
manifests: align manifest between kubeflow#267 and kubeflow#703
Signed-off-by: Matteo Mortari <[email protected]>
1 parent a098b60 commit c3e8eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/kustomize/overlays/db/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generatorOptions:
2626
images:
2727
- name: mysql
2828
newName: mysql
29-
newTag: 8.0.39
29+
newTag: 8.3.0
3030

3131
vars:
3232
- fieldref:

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:8.3.0
27+
image: mysql
2828
args:
2929
- --datadir
3030
- /var/lib/mysql/datadir

0 commit comments

Comments
 (0)