chore(deps): update mysql docker tag to v9
All checks were successful
/ diff-and-deploy (push) Successful in 1m12s
All checks were successful
/ diff-and-deploy (push) Successful in 1m12s
This commit is contained in:
parent
3ebd94fbbe
commit
af1682348f
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
image: library/mysql:8.4.3
|
||||
image: library/mysql:9.1.0
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: mysql
|
||||
|
|
|
@ -27,7 +27,7 @@ spec:
|
|||
app: mysql
|
||||
spec:
|
||||
containers:
|
||||
- image: library/mysql:5.7
|
||||
- image: library/mysql:9.1
|
||||
name: mysql
|
||||
resources: {}
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue