From f5fe47ccd6f9522dbe084548ef887f4984f3e138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20J=2E=20Wal?= Date: Thu, 29 Jan 2026 16:30:52 +0100 Subject: [PATCH] Support cgroups v1 --- Chart.yaml | 2 +- templates/daemonset.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 0c14b46..aa0fde2 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: collector description: A Helm chart for Better Stack Collector - monitoring solution that collects metrics, logs, and traces type: application -version: 0.1.33 +version: 0.1.34 appVersion: "latest" keywords: - monitoring diff --git a/templates/daemonset.yaml b/templates/daemonset.yaml index f343746..5c3d332 100644 --- a/templates/daemonset.yaml +++ b/templates/daemonset.yaml @@ -179,6 +179,9 @@ spec: - name: sys-kernel-security mountPath: /sys/kernel/security readOnly: true + - name: cgroup + mountPath: /sys/fs/cgroup + readOnly: true resources: {{- toYaml .Values.beyla.resources | nindent 10 }} {{- end }}