Skip to content

Commit 56a04da

Browse files
IgorEulaliopoiana
authored andcommitted
fix: disable Talon by default on Falco installation
Signed-off-by: Igor Eulalio <[email protected]>
1 parent 6d160f3 commit 56a04da

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.21.2
3+
version: 4.21.3
44
appVersion: "0.40.0"
55
description: Falco
66
keywords:

charts/falco/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ If you use a Proxy in your cluster, the requests between `Falco` and `Falcosidek
583583

584584
## Configuration
585585

586-
The following table lists the main configurable parameters of the falco chart v4.21.2 and their default values. See [values.yaml](./values.yaml) for full list.
586+
The following table lists the main configurable parameters of the falco chart v4.21.3 and their default values. See [values.yaml](./values.yaml) for full list.
587587

588588
## Values
589589

@@ -740,6 +740,8 @@ The following table lists the main configurable parameters of the falco chart v4
740740
| falcosidekick.enabled | bool | `false` | Enable falcosidekick deployment. |
741741
| falcosidekick.fullfqdn | bool | `false` | Enable usage of full FQDN of falcosidekick service (useful when a Proxy is used). |
742742
| falcosidekick.listenPort | string | `""` | Listen port. Default value: 2801 |
743+
| falcotalon | object | `{"enabled":false}` | For configuration values, see https://github.com/falcosecurity/charts/blob/master/charts/falco-talon/values.yaml |
744+
| falcotalon.enabled | bool | `false` | Enable falcotalon deployment. |
743745
| fullnameOverride | string | `""` | Same as nameOverride but for the fullname. |
744746
| grafana | object | `{"dashboards":{"configMaps":{"falco":{"folder":"","name":"falco-grafana-dashboard","namespace":""}},"enabled":false}}` | grafana contains the configuration related to grafana. |
745747
| grafana.dashboards | object | `{"configMaps":{"falco":{"folder":"","name":"falco-grafana-dashboard","namespace":""}},"enabled":false}` | dashboards contains configuration for grafana dashboards. |

charts/falco/values.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,11 @@ falcosidekick:
471471
# -- Listen port. Default value: 2801
472472
listenPort: ""
473473

474+
# -- For configuration values, see https://github.com/falcosecurity/charts/blob/master/charts/falco-talon/values.yaml
475+
falcotalon:
476+
# -- Enable falcotalon deployment.
477+
enabled: false
478+
474479
####################
475480
# falcoctl config #
476481
####################

0 commit comments

Comments
 (0)