From a572a2063911fd9858e8f40c574c2bc475df7082 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Wed, 20 Jan 2021 11:08:38 +0100 Subject: [PATCH] fix(falco): correct image tag for Falco 0.27 Signed-off-by: Leonardo Grasso --- falco/CHANGELOG.md | 6 +++++- falco/Chart.yaml | 2 +- falco/README.md | 2 +- falco/values.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/falco/CHANGELOG.md b/falco/CHANGELOG.md index 3be493a5..cedc347f 100644 --- a/falco/CHANGELOG.md +++ b/falco/CHANGELOG.md @@ -3,9 +3,13 @@ This file documents all notable changes to Falco Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v1.7.1 + +* Correct image tag for Falco 0.27.0 + ## v1.7.0 -* Upgrade to Falco 0.7.0 (see the [Falco changelog](https://github.com/falcosecurity/falco/blob/0.27.0/CHANGELOG.md)) +* Upgrade to Falco 0.27.0 (see the [Falco changelog](https://github.com/falcosecurity/falco/blob/0.27.0/CHANGELOG.md)) * Add `falco.output_timeout` configuration setting ## v1.6.1 diff --git a/falco/Chart.yaml b/falco/Chart.yaml index 44dcbc54..f93326b5 100644 --- a/falco/Chart.yaml +++ b/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: falco -version: 1.7.0 +version: 1.7.1 appVersion: 0.27.0 description: Falco keywords: diff --git a/falco/README.md b/falco/README.md index 78e42bcb..6a367c13 100644 --- a/falco/README.md +++ b/falco/README.md @@ -47,7 +47,7 @@ The following table lists the configurable parameters of the Falco chart and the | --- | --- | --- | | `image.registry` | The image registry to pull from | `docker.io` | | `image.repository` | The image repository to pull from | `falcosecurity/falco` | -| `image.tag` | The image tag to pull | `0.25.0` | +| `image.tag` | The image tag to pull | `0.27.0` | | `image.pullPolicy` | The image pull policy | `IfNotPresent` | | `image.pullSecrets` | The image pull secretes | `[]` | | `containerd.enabled` | Enable ContainerD support | `true` | diff --git a/falco/values.yaml b/falco/values.yaml index 7fb09b6e..5427aa8a 100644 --- a/falco/values.yaml +++ b/falco/values.yaml @@ -3,7 +3,7 @@ image: registry: docker.io repository: falcosecurity/falco - tag: 0.26.2 + tag: 0.27.0 pullPolicy: IfNotPresent pullSecrets: []