From b2f392f835d2b396c08e8228d81bbb8f76b6c48f Mon Sep 17 00:00:00 2001 From: Denis Arslanbekov Date: Wed, 11 Sep 2024 18:22:25 +0100 Subject: [PATCH] Bump Redis deps (#4997) Can we update this dependency? The current version of Redis has CVE. --- helm/oncall/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index c3836dbb..8f8494ad 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -22,7 +22,7 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: rabbitmq.enabled - name: redis - version: 16.13.2 + version: 20.0.5 repository: https://charts.bitnami.com/bitnami condition: redis.enabled - name: grafana