Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ appVersion: 4.1.0

dependencies:
- name: kube-prometheus-stack
version: "61.0.*"
version: "70.10.0"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-prometheus-stack.install
- name: node-problem-detector
Expand Down
9 changes: 5 additions & 4 deletions deploy/charts/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# monitoring

![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.1](https://img.shields.io/badge/AppVersion-4.0.1-informational?style=flat-square)
![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.0](https://img.shields.io/badge/AppVersion-4.1.0-informational?style=flat-square)

A Helm chart for monitoring OpenEBS

Expand All @@ -13,8 +13,8 @@ A Helm chart for monitoring OpenEBS
| Repository | Name | Version |
|------------|------|---------|
| https://charts.deliveryhero.io/ | node-problem-detector | 2.0.* |
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.1.0 |
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 61.0.* |
| https://openebs.github.io/dynamic-localpv-provisioner | localpv-provisioner | 4.3.0 |
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 70.10.0 |

## Values

Expand Down Expand Up @@ -64,6 +64,7 @@ A Helm chart for monitoring OpenEBS
| kube-prometheus-stack.prometheus-node-exporter.securityContext.runAsGroup | int | `0` | |
| kube-prometheus-stack.prometheus-node-exporter.securityContext.runAsNonRoot | bool | `false` | |
| kube-prometheus-stack.prometheus-node-exporter.securityContext.runAsUser | int | `0` | |
| kube-prometheus-stack.prometheus-node-exporter.service.port | int | `49201` | |
| kube-prometheus-stack.prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues | bool | `false` | |
| kube-prometheus-stack.prometheus.prometheusSpec.replicas | int | `1` | |
| kube-prometheus-stack.prometheus.prometheusSpec.ruleSelectorNilUsesHelmValues | bool | `false` | |
Expand Down Expand Up @@ -112,4 +113,4 @@ A Helm chart for monitoring OpenEBS
| openebsMonitoringAddon.zfsLocalPV.enabled | bool | `true` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs vv1.11.0](https://github.com/norwoodj/helm-docs/releases/vv1.11.0)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
2 changes: 2 additions & 0 deletions deploy/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ kube-prometheus-stack:
prometheus-node-exporter:
rbac:
pspEnabled: false
service:
port: 49201

## privilege and access control settings for node-exporter
securityContext:
Expand Down
Loading