generated from falcosecurity/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
falco/ci: Set values to deploy falco on ci
Signed-off-by: Carlos Panato <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |