build(deps): update redis and mariadb docker tags for k8s (#4570)
parent
300c7ee975
commit
1e5304b280
|
@ -18,7 +18,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mariadb
|
||||
image: mariadb:10.4.27
|
||||
image: mariadb:10.10.2
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
readinessProbe:
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: redis
|
||||
image: redis:3.2.11-alpine
|
||||
image: redis:6.2-alpine
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
readinessProbe:
|
||||
|
|
Loading…
Reference in New Issue