From bff03e710391ef17b835ddb68f3695306751579e Mon Sep 17 00:00:00 2001 From: rohow Date: Wed, 10 Jul 2024 10:12:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(crowdsec):=20=E4=BF=AE=E5=A4=8D=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8D=87=E7=BA=A7=E5=AF=BC=E8=87=B4=E7=9A=84hub=20upd?= =?UTF-8?q?ate=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/monitor/crowdsec/helmchart.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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