From 4cf7be811ca0dfbb6b50aaa7dd7aa2c815271b0e Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 17 Dec 2018 14:21:22 +0100 Subject: [PATCH] [stable/falco] use version 0.13.0 instead of latest (#9932) * use version 0.13.0 instead of latest Signed-off-by: cpanato * udpate changelog Signed-off-by: cpanato --- stable/falco/CHANGELOG.md | 4 ++++ stable/falco/Chart.yaml | 2 +- stable/falco/README.md | 4 ++-- stable/falco/values.yaml | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/stable/falco/CHANGELOG.md b/stable/falco/CHANGELOG.md index ad3a9a8735..4d67698176 100644 --- a/stable/falco/CHANGELOG.md +++ b/stable/falco/CHANGELOG.md @@ -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 diff --git a/stable/falco/Chart.yaml b/stable/falco/Chart.yaml index 5eb8f0c3b0..36b3e3fde5 100644 --- a/stable/falco/Chart.yaml +++ b/stable/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: falco -version: 0.5.3 +version: 0.5.4 appVersion: 0.13.0 description: Sysdig Falco keywords: diff --git a/stable/falco/README.md b/stable/falco/README.md index 094c9343a5..29ad3c3104 100644 --- a/stable/falco/README.md +++ b/stable/falco/README.md @@ -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` | diff --git a/stable/falco/values.yaml b/stable/falco/values.yaml index 08ae95962b..0b748ea600 100644 --- a/stable/falco/values.yaml +++ b/stable/falco/values.yaml @@ -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