Skip to content

Commit 06766a8

Browse files
Issifpoiana
authored andcommitted
upgrade falcosidekick to v2.31.1 (fix)
Signed-off-by: Thomas Labarussias <[email protected]>
1 parent 6ccf1a8 commit 06766a8

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

charts/falcosidekick/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ numbering uses [semantic versioning](http://semver.org).
55

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

8+
## 0.9.8
9+
10+
- Ugrade to Falcosidekick 2.31.1 (fix last release)
11+
812
## 0.9.7
913

1014
- Ugrade to Falcosidekick 2.31.1

charts/falcosidekick/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 2.31.1
33
description: Connect Falco to your ecosystem
44
icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick_color.png
55
name: falcosidekick
6-
version: 0.9.7
6+
version: 0.9.8
77
keywords:
88
- monitoring
99
- security

charts/falcosidekick/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -610,11 +610,11 @@ The following table lists the main configurable parameters of the Falcosidekick
610610
| grafana.dashboards.configMaps.falcosidekick.name | string | `"falcosidekick-grafana-dashboard"` | name specifies the name for the configmap. |
611611
| grafana.dashboards.configMaps.falcosidekick.namespace | string | `""` | namespace specifies the namespace for the configmap. |
612612
| grafana.dashboards.enabled | bool | `false` | enabled specifies whether the dashboards should be deployed. |
613-
| 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 |
613+
| 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 |
614614
| image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
615615
| image.registry | string | `"docker.io"` | The image registry to pull from |
616616
| image.repository | string | `"falcosecurity/falcosidekick"` | The image repository to pull from |
617-
| image.tag | string | `"2.30.0"` | The image tag to pull |
617+
| image.tag | string | `"2.31.1"` | The image tag to pull |
618618
| imagePullSecrets | list | `[]` | Secrets for the registry |
619619
| ingress.annotations | object | `{}` | Ingress annotations |
620620
| ingress.enabled | bool | `false` | Whether to create the ingress |

charts/falcosidekick/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
# -- The image repository to pull from
1515
repository: falcosecurity/falcosidekick
1616
# -- The image tag to pull
17-
tag: 2.30.0
17+
tag: 2.31.1
1818
# -- The image pull policy
1919
pullPolicy: IfNotPresent
2020

0 commit comments

Comments
 (0)