From 69adf9902b30b4bccb762bc259e6634223049011 Mon Sep 17 00:00:00 2001 From: ayushaga14 Date: Mon, 27 Apr 2026 17:32:13 +0530 Subject: [PATCH 1/2] modify threat and redis image with new redis optimisations --- charts/mini-runtime/templates/redis-deployment.yaml | 2 ++ charts/mini-runtime/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/mini-runtime/templates/redis-deployment.yaml b/charts/mini-runtime/templates/redis-deployment.yaml index d450439f..d64bd1c3 100644 --- a/charts/mini-runtime/templates/redis-deployment.yaml +++ b/charts/mini-runtime/templates/redis-deployment.yaml @@ -68,6 +68,8 @@ spec: - "" - --dir - /data/ + - --loadmodule + - /usr/local/lib/redis/modules/redisbloom.so ports: - containerPort: 6379 name: redis diff --git a/charts/mini-runtime/values.yaml b/charts/mini-runtime/values.yaml index 3c3980a3..de9a744f 100644 --- a/charts/mini-runtime/values.yaml +++ b/charts/mini-runtime/values.yaml @@ -232,7 +232,7 @@ threat_client: useHostName: true image: repository: public.ecr.aws/aktosecurity/akto-threat-detection - digest: sha256:1bd73a6606258800324bf96bd3425e371506ebe058efd34962b690e0400436a4 + digest: sha256:414915b6eb0c9f5113c78f956b594e7aaacb7e4cf75a15abfd6372532852f3a9 imagePullPolicy: Always resources: requests: @@ -245,7 +245,7 @@ threat_client: redis: image: repository: public.ecr.aws/aktosecurity/redis - digest: sha256:47200b04138293fae39737e50878a238b13ec0781083126b1b0c63cf5d992e8d + digest: sha256:832d7785830f3f4b559300e6191fc914b15642c1935252338825cf4332200148 pullPolicy: IfNotPresent resources: requests: From 583606ff221bcc8a502c6c097175fec454fef9f5 Mon Sep 17 00:00:00 2001 From: ayushaga14 Date: Mon, 27 Apr 2026 17:34:06 +0530 Subject: [PATCH 2/2] update version --- charts/mini-runtime/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mini-runtime/Chart.yaml b/charts/mini-runtime/Chart.yaml index 4b7b9fe0..a697d947 100644 --- a/charts/mini-runtime/Chart.yaml +++ b/charts/mini-runtime/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: akto-mini-runtime description: Helm chart for installing Akto hybrid runtime type: application -version: 0.7.19-sha -appVersion: "0.7.19-sha" +version: 0.7.20-sha +appVersion: "0.7.20-sha" home: https://www.akto.io icon: https://akto-setup.s3.amazonaws.com/templates/128x128.png sources: