mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/falco] use version 0.13.0 instead of latest (#9932)
* use version 0.13.0 instead of latest Signed-off-by: cpanato <ctadeu@gmail.com> * udpate changelog Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5f7618e1b0
commit
4cf7be811c
@@ -3,6 +3,10 @@
|
||||
This file documents all notable changes to Sysdig Falco Helm Chart. The release
|
||||
numbering uses [semantic versioning](http://semver.org).
|
||||
|
||||
## v0.5.4
|
||||
|
||||
* Using Falco version 0.13.0 instead of latest.
|
||||
|
||||
## v0.5.3
|
||||
|
||||
* Update falco_rules.yaml file to use the same rules that Falco 0.13.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: falco
|
||||
version: 0.5.3
|
||||
version: 0.5.4
|
||||
appVersion: 0.13.0
|
||||
description: Sysdig Falco
|
||||
keywords:
|
||||
|
||||
@@ -46,8 +46,8 @@ The following table lists the configurable parameters of the Falco chart and the
|
||||
| Parameter | Description | Default |
|
||||
| --- | --- | --- |
|
||||
| `image.repository` | The image repository to pull from | `falcosecurity/falco` |
|
||||
| `image.tag` | The image tag to pull | `latest` |
|
||||
| `image.pullPolicy` | The image pull policy | `Always` |
|
||||
| `image.tag` | The image tag to pull | `0.13.0` |
|
||||
| `image.pullPolicy` | The image pull policy | `IfNotPresent` |
|
||||
| `resources` | Specify container resources | `{}` |
|
||||
| `rbac.create` | If true, create & use RBAC resources | `true` |
|
||||
| `serviceAccount.create` | Create serviceAccount | `true` |
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
image:
|
||||
repository: falcosecurity/falco
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
tag: 0.13.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
resources: {}
|
||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||
|
||||
Reference in New Issue
Block a user