From 5cea265f9a2cb1445da271828f58dfc4d7a3bcd6 Mon Sep 17 00:00:00 2001 From: Thomas Labarussias Date: Fri, 20 Oct 2023 16:04:01 +0200 Subject: [PATCH] Upgrade falcosidekick chart to v0.7.6 Signed-off-by: Thomas Labarussias --- charts/falco/CHANGELOG.md | 4 ++++ charts/falco/Chart.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/falco/CHANGELOG.md b/charts/falco/CHANGELOG.md index 1eaf9f984..cb49e4762 100644 --- a/charts/falco/CHANGELOG.md +++ b/charts/falco/CHANGELOG.md @@ -3,6 +3,10 @@ This file documents all notable changes to Falco Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v3.8.2 + +* Upgrade falcosidekick chart to `v0.7.6`. + ## v3.8.1 * noop change just to test the ci diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index 0b407fbab..85127b8e4 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: falco -version: 3.8.1 +version: 3.8.2 appVersion: "0.36.1" description: Falco keywords: @@ -19,6 +19,6 @@ maintainers: email: cncf-falco-dev@lists.cncf.io dependencies: - name: falcosidekick - version: "0.7.1" + version: "0.7.6" condition: falcosidekick.enabled repository: https://falcosecurity.github.io/charts