From d3f0714bc7b4a221a3487dbb5e739c03ae116620 Mon Sep 17 00:00:00 2001 From: Oleksandr Berezovskyi Date: Tue, 12 May 2026 21:56:59 +0300 Subject: [PATCH] fix(k8s/authelia): pin redis chart to 25.5.3 --- .../infrastructure/controllers/authelia/redis-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/controllers/authelia/redis-release.yaml b/kubernetes/infrastructure/controllers/authelia/redis-release.yaml index 7bac43f..c9aff2e 100644 --- a/kubernetes/infrastructure/controllers/authelia/redis-release.yaml +++ b/kubernetes/infrastructure/controllers/authelia/redis-release.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: redis - version: 25.x + version: 25.5.3 reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository