diff --git a/charts/falcosidekick/CHANGELOG.md b/charts/falcosidekick/CHANGELOG.md index a7fa3437..9edac85f 100644 --- a/charts/falcosidekick/CHANGELOG.md +++ b/charts/falcosidekick/CHANGELOG.md @@ -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. diff --git a/charts/falcosidekick/Chart.yaml b/charts/falcosidekick/Chart.yaml index 70bd155d..647c4343 100644 --- a/charts/falcosidekick/Chart.yaml +++ b/charts/falcosidekick/Chart.yaml @@ -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 diff --git a/charts/falcosidekick/README.md b/charts/falcosidekick/README.md index d07d4c8c..dc53ee85 100644 --- a/charts/falcosidekick/README.md +++ b/charts/falcosidekick/README.md @@ -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 | diff --git a/charts/falcosidekick/values.yaml b/charts/falcosidekick/values.yaml index eb34b2ba..90cf51ea 100644 --- a/charts/falcosidekick/values.yaml +++ b/charts/falcosidekick/values.yaml @@ -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