Skip to content

Commit 4a4d8d1

Browse files
c2ndevpoiana
authored andcommitted
(update(charts/falco): bump falcoctl to v0.12.0)
Signed-off-by: cannarelladev <cannarella.dev@gmail.com>
1 parent b72adde commit 4a4d8d1

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

charts/falco/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## v7.1.2
7+
8+
* Upgrade falcoctl to v0.12.0 (adds Cosign v3 with Bundle Format support).
9+
610
## v7.1.1
711

812
* Improve documentation for container engine hooks and fix typos in values.yaml

charts/falco/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: falco
3-
version: 7.1.1
3+
version: 7.1.2
44
appVersion: "0.42.1"
55
description: Falco
66
keywords:

charts/falco/README.md

Lines changed: 2 additions & 2 deletions
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 v7.1.1 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 v7.1.2 and their default values. See [values.yaml](./values.yaml) for full list.
589589

590590
## Values
591591

@@ -776,7 +776,7 @@ The following table lists the main configurable parameters of the falco chart v7
776776
| falcoctl.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy. |
777777
| falcoctl.image.registry | string | `"docker.io"` | The image registry to pull from. |
778778
| falcoctl.image.repository | string | `"falcosecurity/falcoctl"` | The image repository to pull from. |
779-
| falcoctl.image.tag | string | `"0.11.4"` | The image tag to pull. |
779+
| falcoctl.image.tag | string | `"0.12.0"` | The image tag to pull. |
780780
| falcosidekick | object | `{"enabled":false,"fullfqdn":false,"listenPort":""}` | For configuration values, see https://github.com/falcosecurity/charts/blob/master/charts/falcosidekick/values.yaml |
781781
| falcosidekick.enabled | bool | `false` | Enable falcosidekick deployment. |
782782
| falcosidekick.fullfqdn | bool | `false` | Enable usage of full FQDN of falcosidekick service (useful when a Proxy is used). |

charts/falco/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ falcoctl:
556556
# -- The image repository to pull from.
557557
repository: falcosecurity/falcoctl
558558
# -- The image tag to pull.
559-
tag: "0.11.4"
559+
tag: "0.12.0"
560560
artifact:
561561
# -- Runs "falcoctl artifact install" command as an init container. It is used to install artifacts before
562562
# Falco starts. It provides them to Falco by using an emptyDir volume.

0 commit comments

Comments
 (0)