From 06766a82f8674a98a7daad4b21e19f0632e4d66e Mon Sep 17 00:00:00 2001 From: Thomas Labarussias Date: Wed, 5 Feb 2025 13:14:27 +0100 Subject: [PATCH] upgrade falcosidekick to v2.31.1 (fix) Signed-off-by: Thomas Labarussias --- charts/falcosidekick/CHANGELOG.md | 4 ++++ charts/falcosidekick/Chart.yaml | 2 +- charts/falcosidekick/README.md | 4 ++-- charts/falcosidekick/values.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/falcosidekick/CHANGELOG.md b/charts/falcosidekick/CHANGELOG.md index ef15fd1be..fc78f9af0 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.9.8 + +- Ugrade to Falcosidekick 2.31.1 (fix last release) + ## 0.9.7 - Ugrade to Falcosidekick 2.31.1 diff --git a/charts/falcosidekick/Chart.yaml b/charts/falcosidekick/Chart.yaml index dd9d4aaba..b4e2e859f 100644 --- a/charts/falcosidekick/Chart.yaml +++ b/charts/falcosidekick/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 2.31.1 description: Connect Falco to your ecosystem icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png name: falcosidekick -version: 0.9.7 +version: 0.9.8 keywords: - monitoring - security diff --git a/charts/falcosidekick/README.md b/charts/falcosidekick/README.md index 2385c273d..ae0640e67 100644 --- a/charts/falcosidekick/README.md +++ b/charts/falcosidekick/README.md @@ -610,11 +610,11 @@ The following table lists the main configurable parameters of the Falcosidekick | grafana.dashboards.configMaps.falcosidekick.name | string | `"falcosidekick-grafana-dashboard"` | name specifies the name for the configmap. | | grafana.dashboards.configMaps.falcosidekick.namespace | string | `""` | namespace specifies the namespace for the configmap. | | grafana.dashboards.enabled | bool | `false` | enabled specifies whether the dashboards should be deployed. | -| image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"falcosecurity/falcosidekick","tag":"2.30.0"}` | number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) revisionHistoryLimit: 1 | +| image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"falcosecurity/falcosidekick","tag":"2.31.1"}` | number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) revisionHistoryLimit: 1 | | image.pullPolicy | string | `"IfNotPresent"` | The image pull policy | | image.registry | string | `"docker.io"` | The image registry to pull from | | image.repository | string | `"falcosecurity/falcosidekick"` | The image repository to pull from | -| image.tag | string | `"2.30.0"` | The image tag to pull | +| image.tag | string | `"2.31.1"` | The image tag to pull | | imagePullSecrets | list | `[]` | Secrets for the registry | | ingress.annotations | object | `{}` | Ingress annotations | | ingress.enabled | bool | `false` | Whether to create the ingress | diff --git a/charts/falcosidekick/values.yaml b/charts/falcosidekick/values.yaml index f3d85d941..8043f62c6 100644 --- a/charts/falcosidekick/values.yaml +++ b/charts/falcosidekick/values.yaml @@ -14,7 +14,7 @@ image: # -- The image repository to pull from repository: falcosecurity/falcosidekick # -- The image tag to pull - tag: 2.30.0 + tag: 2.31.1 # -- The image pull policy pullPolicy: IfNotPresent