From 22278b2eb5075f2a074c9b081316c155e584ec66 Mon Sep 17 00:00:00 2001 From: "Continuous Integration [bot]" Date: Thu, 9 Dec 2021 15:58:20 -0700 Subject: [PATCH] Upgrade Kube-Prometheus-Stack to support hostRootFsMount in node-exporter Refer to https://github.com/prometheus-community/helm-charts/commit/201e9e81e8304a6b5b435f1d5df273e508c147a8, https://github.com/prometheus-community/helm-charts/blob/prometheus-node-exporter-1.17.0/charts/kube-prometheus-stack/Chart.yaml 14.7.1 is the lowerest version that supports hostRootFsMount. Without the option to set hostRootFsMount as false, the node-exporter would crash in some cases, refer to https://github.com/prometheus-community/helm-charts/issues/467\#issuecomment-802642666. --- deploy/helm/sumologic/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/sumologic/Chart.yaml b/deploy/helm/sumologic/Chart.yaml index 1ab4af3f38..97a3a55cf6 100644 --- a/deploy/helm/sumologic/Chart.yaml +++ b/deploy/helm/sumologic/Chart.yaml @@ -17,7 +17,7 @@ dependencies: repository: https://fluent.github.io/helm-charts condition: fluent-bit.enabled,sumologic.logs.enabled - name: kube-prometheus-stack - version: 12.10.0 + version: 14.7.1 repository: https://prometheus-community.github.io/helm-charts condition: kube-prometheus-stack.enabled,sumologic.metrics.enabled - name: falco