Skip to content

Commit c21d5be

Browse files
author
Aaron Wong
committed
Upgrade Kube-Prometheus-Stack to support hostRootFsMount
Refer to prometheus-community/helm-charts@201e9e8, 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 prometheus-community/helm-charts#467.
1 parent 58a4711 commit c21d5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/sumologic/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
repository: https://fluent.github.io/helm-charts
1818
condition: fluent-bit.enabled,sumologic.logs.enabled
1919
- name: kube-prometheus-stack
20-
version: 12.10.0
20+
version: 14.7.1
2121
repository: https://prometheus-community.github.io/helm-charts
2222
condition: kube-prometheus-stack.enabled,sumologic.metrics.enabled
2323
- name: falco

0 commit comments

Comments
 (0)