build(deps): update redis and mariadb docker tags for k8s (#4570)

pull/4571/head
Amir Zarrinkafsh 2022-12-14 12:18:46 +11:00 committed by GitHub
parent 300c7ee975
commit 1e5304b280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: mariadb
image: mariadb:10.4.27
image: mariadb:10.10.2
ports:
- containerPort: 3306
readinessProbe:

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: redis
image: redis:3.2.11-alpine
image: redis:6.2-alpine
ports:
- containerPort: 6379
readinessProbe: