Skip to content

Commit

Permalink
falco/ci: Set values to deploy falco on ci
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <[email protected]>
  • Loading branch information
cpanato authored and poiana committed Dec 14, 2020
1 parent 63a5127 commit 706eeac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 1.5.6
version: 1.5.7
appVersion: 0.26.2
description: Falco
keywords:
Expand Down
5 changes: 5 additions & 0 deletions falco/ci/ci-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CI values for Falco.
# To deploy Falco on CI we need to set an argument to bypass the installation
# of the kernel module, so we bypass that.
extraArgs:
- --userspace

0 comments on commit 706eeac

Please sign in to comment.