Skip to content

Commit 2c45aef

Browse files
krishnaGajabiabhilashshetty04
authored andcommitted
chore(deps): update kube_prometheus_stack to 70.10.0
Signed-off-by: krishnaGajabi <[email protected]> Signed-off-by: Abhilash Shetty <[email protected]>
1 parent 357c222 commit 2c45aef

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

deploy/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ appVersion: 4.1.1
3131

3232
dependencies:
3333
- name: kube-prometheus-stack
34-
version: "61.0.*"
34+
version: "70.10.0"
3535
repository: https://prometheus-community.github.io/helm-charts
3636
condition: kube-prometheus-stack.install
3737
- name: node-problem-detector

deploy/charts/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# monitoring
22

3-
![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)
3+
![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)
44

55
A Helm chart for monitoring OpenEBS
66

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

1919
## Values
2020

@@ -64,6 +64,7 @@ A Helm chart for monitoring OpenEBS
6464
| kube-prometheus-stack.prometheus-node-exporter.securityContext.runAsGroup | int | `0` | |
6565
| kube-prometheus-stack.prometheus-node-exporter.securityContext.runAsNonRoot | bool | `false` | |
6666
| kube-prometheus-stack.prometheus-node-exporter.securityContext.runAsUser | int | `0` | |
67+
| kube-prometheus-stack.prometheus-node-exporter.service.port | int | `49201` | |
6768
| kube-prometheus-stack.prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues | bool | `false` | |
6869
| kube-prometheus-stack.prometheus.prometheusSpec.replicas | int | `1` | |
6970
| kube-prometheus-stack.prometheus.prometheusSpec.ruleSelectorNilUsesHelmValues | bool | `false` | |
@@ -112,4 +113,4 @@ A Helm chart for monitoring OpenEBS
112113
| openebsMonitoringAddon.zfsLocalPV.enabled | bool | `true` | |
113114

114115
----------------------------------------------
115-
Autogenerated from chart metadata using [helm-docs vv1.11.0](https://github.com/norwoodj/helm-docs/releases/vv1.11.0)
116+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

deploy/charts/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ kube-prometheus-stack:
2929
prometheus-node-exporter:
3030
rbac:
3131
pspEnabled: false
32+
service:
33+
port: 49201
3234

3335
## privilege and access control settings for node-exporter
3436
securityContext:

0 commit comments

Comments
 (0)