Skip to content

Commit

Permalink
Upgrade Kube-Prometheus-Stack to support hostRootFsMount in node-expo…
Browse files Browse the repository at this point in the history
…rter

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.
  • Loading branch information
aaronwng committed Dec 9, 2021
1 parent f71b817 commit 22278b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22278b2

Please sign in to comment.