Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down