Skip to content

Commit 5e50321

Browse files
leogrpoiana
authored andcommitted
chore(falco): bump version to 4.21.0
Signed-off-by: Leonardo Grasso <[email protected]>
1 parent 4612281 commit 5e50321

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/falco/CHANGELOG.md

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

6-
## v4.21.1
6+
## v4.21.0
77

88
* feat(falco): adding imagePullSecrets at the service account level
99

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.1
3+
version: 4.21.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.20.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 v4.21.0 and their default values. See [values.yaml](./values.yaml) for full list.
589589

590590
## Values
591591

@@ -796,9 +796,9 @@ The following table lists the main configurable parameters of the falco chart v4
796796
| resources.limits | object | `{"cpu":"1000m","memory":"1024Mi"}` | Maximum amount of resources that Falco container could get. If you are enabling more than one source in falco, than consider to increase the cpu limits. |
797797
| resources.requests | object | `{"cpu":"100m","memory":"512Mi"}` | Although resources needed are subjective on the actual workload we provide a sane defaults ones. If you have more questions or concerns, please refer to #falco slack channel for more info about it. |
798798
| scc.create | bool | `true` | Create OpenShift's Security Context Constraint. |
799-
| serviceAccount.imagePullSecrets | list | `[]` | Secrets containing credentials when pulling from private/secure registries using the service account. |
800799
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account. |
801800
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created. |
801+
| serviceAccount.imagePullSecrets | list | `[]` | Secrets containing credentials when pulling from private/secure registries. |
802802
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
803803
| serviceMonitor | object | `{"create":false,"endpointPort":"metrics","interval":"15s","labels":{},"path":"/metrics","relabelings":[],"scheme":"http","scrapeTimeout":"10s","selector":{},"targetLabels":[],"tlsConfig":{}}` | serviceMonitor holds the configuration for the ServiceMonitor CRD. A ServiceMonitor is a custom resource definition (CRD) used to configure how Prometheus should discover and scrape metrics from the Falco service. |
804804
| serviceMonitor.create | bool | `false` | create specifies whether a ServiceMonitor CRD should be created for a prometheus operator. https://github.com/coreos/prometheus-operator Enable it only if the ServiceMonitor CRD is installed in your cluster. |

0 commit comments

Comments
 (0)