Skip to content

Commit

Permalink
Upgrade Kube-Prometheus-Stack to support hostRootFsMount
Browse files Browse the repository at this point in the history
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
Aaron Wong committed Jan 28, 2022
1 parent 58a4711 commit c21d5be
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 c21d5be

Please sign in to comment.