/charts

Community managed Helm charts for running Falco with Kubernetes

Primary LanguageSmartyApache License 2.0Apache-2.0

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.