From d3ed670f973b7a93861fd57754348ddbe7e97e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lajeanne?= Date: Mon, 27 May 2024 15:25:13 +0200 Subject: [PATCH 1/3] fix wrong check when using an existingClientSecret MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Lajeanne --- charts/falco/templates/pod-template.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/falco/templates/pod-template.tpl b/charts/falco/templates/pod-template.tpl index e229308f5..4b1a87299 100644 --- a/charts/falco/templates/pod-template.tpl +++ b/charts/falco/templates/pod-template.tpl @@ -323,7 +323,7 @@ spec: secretName: {{ include "falco.fullname" . }}-certs {{- end }} {{- end }} - {{- if or .Values.certs.existingSecret (and .Values.certs.client.key .Values.certs.client.crt .Values.certs.ca.crt) }} + {{- if or .Values.certs.existingClientSecret (and .Values.certs.client.key .Values.certs.client.crt .Values.certs.ca.crt) }} - name: client-certs-volume secret: {{- if .Values.certs.existingClientSecret }} From 41c32540eb27c925be76e26fdfadc051411c41fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lajeanne?= Date: Mon, 27 May 2024 15:32:48 +0200 Subject: [PATCH 2/3] bump falco chart version to 4.4.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Lajeanne --- charts/falco/CHANGELOG.md | 5 +++++ charts/falco/Chart.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/falco/CHANGELOG.md b/charts/falco/CHANGELOG.md index 9ba4f3a91..18af91fb8 100644 --- a/charts/falco/CHANGELOG.md +++ b/charts/falco/CHANGELOG.md @@ -2,6 +2,11 @@ This file documents all notable changes to Falco Helm Chart. The release numbering uses [semantic versioning](http://semver.org). + +## v4.4.2 + +* fix wrong check in pod template where `existingSecret` was used instead of `existingClientSecret` + ## v4.4.1 * bump k8s-metacollector dependency version to v0.1.1. See: https://github.com/falcosecurity/k8s-metacollector/releases diff --git a/charts/falco/Chart.yaml b/charts/falco/Chart.yaml index 2f2bc0d71..c32bae96b 100644 --- a/charts/falco/Chart.yaml +++ b/charts/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: falco -version: 4.4.1 +version: 4.4.2 appVersion: "0.38.0" description: Falco keywords: From 477a71656a97bb7880c8373fb4bbbc6e758c0eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lajeanne?= Date: Mon, 10 Jun 2024 10:20:47 +0200 Subject: [PATCH 3/3] bump version number in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Lajeanne --- charts/falco/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/falco/README.md b/charts/falco/README.md index 0de98feaf..1eeadffb5 100644 --- a/charts/falco/README.md +++ b/charts/falco/README.md @@ -581,7 +581,7 @@ If you use a Proxy in your cluster, the requests between `Falco` and `Falcosidek ## Configuration -The following table lists the main configurable parameters of the falco chart v4.4.1 and their default values. See [values.yaml](./values.yaml) for full list. +The following table lists the main configurable parameters of the falco chart v4.4.2 and their default values. See [values.yaml](./values.yaml) for full list. ## Values