Update Redis to 8.6.3

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2026-05-20 11:36:45 +03:00
parent fc9a372e3d
commit f2c02b6ade
3 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ cache: ""
redis:
enabled: true
repository: redis
tag: 8.6.1
tag: 8.6.3
serviceAccount:
# Specifies whether a service account should be created

View File

@@ -169,7 +169,7 @@ cache: ""
redis:
enabled: false
repository: docker.io/redis
tag: 8.6.1
tag: 8.6.3
imagePullSecrets: []
serviceAccount:

View File

@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: redis
image: docker.io/redis:8.6.1
image: docker.io/redis:8.6.3
imagePullPolicy: IfNotPresent
command:
- redis-server