Skip to content

Commit

Permalink
chore(falcosidekick): upgrade redis-stack image to 7.2.0-v11
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Berreis <thomas@berreis.de>
  • Loading branch information
tberreis authored and poiana committed Jun 18, 2024
1 parent 37a10fb commit 3ed6801
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions charts/falcosidekick/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ numbering uses [semantic versioning](http://semver.org).

Before release 0.1.20, the helm chart can be found in `falcosidekick` [repository](https://github.com/falcosecurity/falcosidekick/tree/master/deploy/helm/falcosidekick).

## 0.7.22

- upgrade redis-stack image to 7.2.0-v11

## 0.7.21

- Fix the Falco Sidekick WEBUI_URL secret value.
Expand Down
2 changes: 1 addition & 1 deletion charts/falcosidekick/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 2.28.0
description: Connect Falco to your ecosystem
icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png
name: falcosidekick
version: 0.7.21
version: 0.7.22
keywords:
- monitoring
- security
Expand Down
2 changes: 1 addition & 1 deletion charts/falcosidekick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ The following table lists the main configurable parameters of the Falcosidekick
| webui.redis.image.pullPolicy | string | `"IfNotPresent"` | The web UI image pull policy |
| webui.redis.image.registry | string | `"docker.io"` | The web UI Redis image registry to pull from |
| webui.redis.image.repository | string | `"redis/redis-stack"` | The web UI Redis image repository to pull from |
| webui.redis.image.tag | string | `"6.2.6-v3"` | The web UI Redis image tag to pull from |
| webui.redis.image.tag | string | `"7.2.0-v11"` | The web UI Redis image tag to pull from |
| webui.redis.nodeSelector | object | `{}` | Web UI Redis nodeSelector field |
| webui.redis.password | string | `""` | Set a password for Redis |
| webui.redis.podAnnotations | object | `{}` | additions annotations on the pods |
Expand Down
2 changes: 1 addition & 1 deletion charts/falcosidekick/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ webui:
# -- The web UI Redis image repository to pull from
repository: redis/redis-stack
# -- The web UI Redis image tag to pull from
tag: "6.2.6-v3"
tag: "7.2.0-v11"
# -- The web UI image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 3ed6801

Please sign in to comment.