[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:
Carlos Tadeu Panato Junior
2018-12-17 05:21:22 -08:00
committed by Kubernetes Prow Robot
parent 5f7618e1b0
commit 4cf7be811c
4 changed files with 9 additions and 5 deletions
+4
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 0.5.3
version: 0.5.4
appVersion: 0.13.0
description: Sysdig Falco
keywords:
+2 -2
View File
@@ -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 -2
View File
@@ -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