diff --git a/charts/stable/prometheus/Chart.yaml b/charts/stable/prometheus/Chart.yaml index bb5967d540f..912633758c0 100644 --- a/charts/stable/prometheus/Chart.yaml +++ b/charts/stable/prometheus/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.60.0" +appVersion: "0.61.0" dependencies: - name: common repository: https://library-charts.truecharts.org diff --git a/charts/stable/prometheus/values.yaml b/charts/stable/prometheus/values.yaml index 12d2f08c66f..58ac2e31ea6 100644 --- a/charts/stable/prometheus/values.yaml +++ b/charts/stable/prometheus/values.yaml @@ -1152,6 +1152,8 @@ node-exporter: extraArgs: collector.filesystem.ignored-mount-points: "^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/.+|var/db/system/.+|mnt/[a-zA-Z0-9-_\\.]+/ix-applications/.+)($|/)" collector.filesystem.ignored-fs-types: "^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$" + collector.netdev.device-exclude: "^veth.*$" + collector.netclass.ignored-devices: "^veth.*$" path.rootfs: /host extraVolumes: - name: host