From c79a9e1c95d1eb933567621616a49c0ffb709fbf Mon Sep 17 00:00:00 2001 From: Daniel Beilin Date: Thu, 22 Aug 2024 15:14:15 +0300 Subject: [PATCH] fix(falcosidekick): support custom service type for webui redis in Helm chart Signed-off-by: Daniel Beilin --- charts/falco/CHANGELOG.md | 4 ++++ charts/falco/Chart.yaml | 2 +- charts/falco/README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/falco/CHANGELOG.md b/charts/falco/CHANGELOG.md index c41faa3d2..f4d7a5004 100644 --- a/charts/falco/CHANGELOG.md +++ b/charts/falco/CHANGELOG.md @@ -3,6 +3,10 @@ This file documents all notable changes to Falco Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v4.8.1 + +* fix(falcosidekick): add support for custom service type for webui redis + ## v4.8.0 * Upgrade Falco version to 0.38.2 diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index 7b1c11700..3ba5991dc 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: falco -version: 4.8.0 +version: 4.8.1 appVersion: "0.38.2" description: Falco keywords: diff --git a/charts/falco/README.md b/charts/falco/README.md index ee27ba161..65fe77f79 100644 --- a/charts/falco/README.md +++ b/charts/falco/README.md @@ -581,7 +581,7 @@ If you use a Proxy in your cluster, the requests between `Falco` and `Falcosidek ## Configuration -The following table lists the main configurable parameters of the falco chart v4.8.0 and their default values. See [values.yaml](./values.yaml) for full list. +The following table lists the main configurable parameters of the falco chart v4.8.1 and their default values. See [values.yaml](./values.yaml) for full list. ## Values