From b74c5cd27047ef5e0935c11241f6715da924fdee Mon Sep 17 00:00:00 2001 From: Salvatore Mazzarino Date: Wed, 11 Mar 2020 18:35:36 +0100 Subject: [PATCH] [stable/falco] Make kernel module dir writable (#21380) * Make kernel module dir writable Signed-off-by: Salvatore Mazzarino * Add CHANGELOG Signed-off-by: Salvatore Mazzarino --- stable/falco/CHANGELOG.md | 5 +++++ stable/falco/Chart.yaml | 2 +- stable/falco/templates/daemonset.yaml | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/stable/falco/CHANGELOG.md b/stable/falco/CHANGELOG.md index d40aec9bc5db..d7a17229a6c9 100644 --- a/stable/falco/CHANGELOG.md +++ b/stable/falco/CHANGELOG.md @@ -3,6 +3,11 @@ This file documents all notable changes to Falco Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v1.1.4 + +### Minor Changes + +* Make `/lib/modules` writable from the container ## v1.1.3 diff --git a/stable/falco/Chart.yaml b/stable/falco/Chart.yaml index e1eda675e073..678148e53c47 100644 --- a/stable/falco/Chart.yaml +++ b/stable/falco/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: falco -version: 1.1.3 +version: 1.1.4 appVersion: 0.20.0 description: Falco keywords: diff --git a/stable/falco/templates/daemonset.yaml b/stable/falco/templates/daemonset.yaml index 3f0853f8f080..2478f8dcee9e 100644 --- a/stable/falco/templates/daemonset.yaml +++ b/stable/falco/templates/daemonset.yaml @@ -107,7 +107,6 @@ spec: readOnly: true - mountPath: /host/lib/modules name: lib-modules - readOnly: true - mountPath: /host/usr name: usr-fs readOnly: true