diff --git a/apps/monitor/crowdsec/helmchart.yaml b/apps/monitor/crowdsec/helmchart.yaml index 5f68509..5ae829d 100644 --- a/apps/monitor/crowdsec/helmchart.yaml +++ b/apps/monitor/crowdsec/helmchart.yaml @@ -7,11 +7,11 @@ spec: repo: https://crowdsecurity.github.io/helm-charts chart: crowdsec targetNamespace: infra-monitor - version: 0.10.0 + version: 0.11.0 valuesContent: |- container_runtime: containerd image: - tag: v1.6.2 + tag: v1.6.1-2 config: config.yaml.local: | db_config: @@ -57,4 +57,9 @@ spec: requests: cpu: 150m memory: 100Mi + persistentVolume: + config: + enabled: false + data: + enabled: false