update redis image to 6.2.1
Signed-off-by: Marcel Hoyer <mhoyer@pixelplastic.de>
This commit is contained in:
parent
1126b1b92e
commit
73ec55fff2
1 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,7 @@ redis:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: redis
|
repository: redis
|
||||||
tag: 5.0.10-alpine
|
tag: 6.2.1-alpine
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
containerPort: 6379
|
containerPort: 6379
|
||||||
|
@ -347,7 +347,7 @@ redis-ha:
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
tag: 5.0.8-alpine
|
tag: 6.2.1-alpine
|
||||||
|
|
||||||
## Server
|
## Server
|
||||||
server:
|
server:
|
||||||
|
|
Loading…
Reference in a new issue