Skip to content

Commit 966f414

Browse files
alacukupoiana
authored andcommitted
chore(falco): bump falcoctl to 0.11.0
Signed-off-by: Aldo Lacuku <[email protected]>
1 parent 06766a8 commit 966f414

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

charts/falco/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This file documents all notable changes to Falco Helm Chart. The release
44
numbering uses [semantic versioning](http://semver.org).
55

6+
## v4.20.0
7+
8+
* bump falcoctl to 0.11.0
9+
610
## v4.19.0
711

812
* fix falco version to 0.40.0

charts/falco/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: falco
3-
version: 4.19.0
3+
version: 4.20.0
44
appVersion: "0.40.0"
55
description: Falco
66
keywords:

charts/falco/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ If you use a Proxy in your cluster, the requests between `Falco` and `Falcosidek
585585

586586
## Configuration
587587

588-
The following table lists the main configurable parameters of the falco chart v4.19.0 and their default values. See [values.yaml](./values.yaml) for full list.
588+
The following table lists the main configurable parameters of the falco chart v4.20.0 and their default values. See [values.yaml](./values.yaml) for full list.
589589

590590
## Values
591591

@@ -737,7 +737,7 @@ The following table lists the main configurable parameters of the falco chart v4
737737
| falcoctl.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy. |
738738
| falcoctl.image.registry | string | `"docker.io"` | The image registry to pull from. |
739739
| falcoctl.image.repository | string | `"falcosecurity/falcoctl"` | The image repository to pull from. |
740-
| falcoctl.image.tag | string | `"0.10.1"` | The image tag to pull. |
740+
| falcoctl.image.tag | string | `"0.11.0"` | The image tag to pull. |
741741
| falcosidekick | object | `{"enabled":false,"fullfqdn":false,"listenPort":""}` | For configuration values, see https://github.com/falcosecurity/charts/blob/master/charts/falcosidekick/values.yaml |
742742
| falcosidekick.enabled | bool | `false` | Enable falcosidekick deployment. |
743743
| falcosidekick.fullfqdn | bool | `false` | Enable usage of full FQDN of falcosidekick service (useful when a Proxy is used). |

charts/falco/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ falcoctl:
481481
# -- The image repository to pull from.
482482
repository: falcosecurity/falcoctl
483483
# -- The image tag to pull.
484-
tag: "0.10.1"
484+
tag: "0.11.0"
485485
artifact:
486486
# -- Runs "falcoctl artifact install" command as an init container. It is used to install artfacts before
487487
# Falco starts. It provides them to Falco by using an emptyDir volume.

0 commit comments

Comments
 (0)