chore(deps): update mysql docker tag #92
4 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
image: library/mysql:8.4.5
|
||||
image: library/mysql:9.3.0
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: mysql
|
||||
|
|
|
@ -27,7 +27,7 @@ spec:
|
|||
app: mysql
|
||||
spec:
|
||||
containers:
|
||||
- image: library/mysql:5.7
|
||||
- image: library/mysql:9.3
|
||||
name: mysql
|
||||
resources: {}
|
||||
ports:
|
||||
|
|
|
@ -28,7 +28,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
image: library/mysql:9.1.0
|
||||
image: library/mysql:9.3.0
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: mysql
|
||||
|
|
|
@ -72,7 +72,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
image: library/mysql:9.1.0
|
||||
image: library/mysql:9.3.0
|
||||
env:
|
||||
- name: MYSQL_DATABASE
|
||||
value: wordpress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue