Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/mini-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should release for other customers first ? if something goes wrong acrn is tough to deploy again

appVersion: "0.7.20-sha"
home: https://www.akto.io
icon: https://akto-setup.s3.amazonaws.com/templates/128x128.png
sources:
Expand Down
2 changes: 2 additions & 0 deletions charts/mini-runtime/templates/redis-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ spec:
- ""
- --dir
- /data/
- --loadmodule

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-- is correct ?

- /usr/local/lib/redis/modules/redisbloom.so
ports:
- containerPort: 6379
name: redis
Expand Down
4 changes: 2 additions & 2 deletions charts/mini-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -245,7 +245,7 @@ threat_client:
redis:
image:
repository: public.ecr.aws/aktosecurity/redis
digest: sha256:47200b04138293fae39737e50878a238b13ec0781083126b1b0c63cf5d992e8d
digest: sha256:832d7785830f3f4b559300e6191fc914b15642c1935252338825cf4332200148
pullPolicy: IfNotPresent
resources:
requests:
Expand Down