Skip to content

Commit

Permalink
[stable/falco] Make kernel module dir writable (helm#21380)
Browse files Browse the repository at this point in the history
* Make kernel module dir writable

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>

* Add CHANGELOG

Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
  • Loading branch information
mazzy89 authored and includerandom committed Jul 19, 2020
1 parent 3debae6 commit 78cb76c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions stable/falco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion stable/falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 1.1.3
version: 1.1.4
appVersion: 0.20.0
description: Falco
keywords:
Expand Down
1 change: 0 additions & 1 deletion stable/falco/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ spec:
readOnly: true
- mountPath: /host/lib/modules
name: lib-modules
readOnly: true
- mountPath: /host/usr
name: usr-fs
readOnly: true
Expand Down

0 comments on commit 78cb76c

Please sign in to comment.