chore(deps): update mysql docker tag to v9
This commit is contained in:
parent
a6a1bb582b
commit
b3a934e2de
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
image: mysql:8
|
||||
image: mysql:9
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: mysql
|
||||
|
|
|
@ -28,7 +28,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
image: mysql:8
|
||||
image: mysql:9
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: mysql
|
||||
|
|
Loading…
Reference in a new issue