chore(deps): update helm release crowdsec to v0.9.8
This MR contains the following updates:
Package | Update | Change |
---|---|---|
crowdsec | patch |
0.9.7 -> 0.9.8
|
Release Notes
crowdsecurity/helm-charts (crowdsec)
v0.9.8
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours. ## Get Repo Info helm repo add crowdsec https://crowdsecurity.github.io/helm-charts helm repo update
## Installing the Chart Before installing the chart, you need to understand some concepts of Crowdsec. So you can configure well the chart and being able to parse logs and detect attacks inside your Kubernetes cluster. Here is a blog post about crowdsec in kubernetes. # Create namespace for crowdsec kubectl create ns crowdsec # Install helm chart with proper values.yaml config helm install crowdsec crowdsec/crowdsec -f crowdsec-values.yaml -n crowdsec
## Uninstalling the Chart helm delete crowdsec -n crowdsec
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. The local configuration can be found in the SI Renovate Bot repository.