Skip to content

Commit 8dbf0fd

Browse files
authored
Fix: Do not pin MySQL image to patch version (use 8.3 instead of 8.3.0) (kubeflow#1198)
Signed-off-by: Junie <[email protected]>
1 parent 82aecc4 commit 8dbf0fd

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
@@ -23,7 +23,7 @@ generatorOptions:
2323
images:
2424
- name: mysql
2525
newName: mysql
26-
newTag: 8.3.0
26+
newTag: "8.3"
2727

2828
patches:
2929
- path: patches/model-registry-deployment.yaml

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:8.3
2828
args:
2929
- --datadir
3030
- /var/lib/mysql/datadir

0 commit comments

Comments
 (0)