Skip to content

Community managed Helm charts for running Falco with Kubernetes

License

Notifications You must be signed in to change notification settings

pydavid/charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Falco Helm Charts

This repo contains helm charts for installing falco and related utilities.

Usage

From git:

git clone https://github.com/falcosecurity/charts
cd charts/falco
# optional
vim values.yaml
helm install falco .

From helm repository:

helm repo add falcosecurity https://falcosecurity.github.io/charts
helm repo update
helm install falco falcosecurity/falco

Releases

The helm hub repository for falco is stored in the gh-pages branch of this repository.

The repo and releases (.tgz files) are managed by the release.sh script. Once you run it:

./release.sh

A new release/falco-x.y.z branch is created, then you have to open a PR to the gh-pages branch as indicated by the script output.

About

Community managed Helm charts for running Falco with Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 65.7%
  • Shell 34.3%