Skip to content
Merged
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
6 changes: 3 additions & 3 deletions deploy/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ keywords:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.1.0
version: 4.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.1.0
appVersion: 4.1.1

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)
10 changes: 3 additions & 7 deletions deploy/charts/dashboards/mayastor/mayastor-diskpool.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,16 +793,12 @@
{
"current": {
"selected": true,
"text": [
"pool-on-node-1"
],
"value": [
"pool-on-node-1"
]
"text": "All",
"value": "*"
},
"datasource": {
"type": "prometheus",
"uid": "prometheus"
"uid": "${datasource}"
},
"definition": "label_values(diskpool_status,name)",
"hide": 0,
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/dashboards/mayastor/mayastor-volume.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,10 +380,10 @@
"current": {
"selected": true,
"text": [
"pvc-d070ac1c-6bb7-4ece-9893-5471c0c636a8"
"All"
],
"value": [
"pvc-d070ac1c-6bb7-4ece-9893-5471c0c636a8"
"*"
]
},
"datasource": {
Expand Down
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