Update redis to 8.6.1

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2026-03-01 10:10:08 +02:00
parent 420b2f64b8
commit e3c8277e58
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ cache: ""
redis:
enabled: true
repository: redis
tag: 8.4.0
tag: 8.6.1
serviceAccount:
# Specifies whether a service account should be created
+1 -1
View File
@@ -169,7 +169,7 @@ cache: ""
redis:
enabled: false
repository: docker.io/redis
tag: 8.4.0
tag: 8.6.1
imagePullSecrets: []
serviceAccount:
+1 -1
View File
@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: redis
image: docker.io/redis:8.4.0
image: docker.io/redis:8.6.1
imagePullPolicy: IfNotPresent
command:
- redis-server