Skip to content

Commit 9885e80

Browse files
authored
[prometheus-snmp-exporter] bump to 0.27.0 (#5118)
* bump to 0.27.0 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * bump to 0.27.0 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * bump to 0.27.0 Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
1 parent 392285a commit 9885e80

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

charts/prometheus-snmp-exporter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: Prometheus SNMP Exporter
33
name: prometheus-snmp-exporter
4-
version: 5.6.0
5-
appVersion: v0.26.0
4+
version: 6.0.0
5+
appVersion: v0.27.0
66
home: https://github.com/prometheus/snmp_exporter
77
sources:
88
- https://github.com/prometheus/snmp_exporter

charts/prometheus-snmp-exporter/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ This version contain major changes & The [configmap-reload](https://github.com/j
9494

9595
This version changes the default image repository from using Dockerhub to Quay.
9696

97+
### To 6.0.0
98+
99+
This version changes the default health check path from `/health` to `/`
100+
97101
## Configuration
98102

99103
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments, visit the chart's [values.yaml](./values.yaml), or run these configuration commands:

charts/prometheus-snmp-exporter/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ resources: {}
8989

9090
livenessProbe:
9191
httpGet:
92-
path: /health
92+
path: /
9393
port: http
9494
readinessProbe:
9595
httpGet:
96-
path: /health
96+
path: /
9797
port: http
9898

9999
service:
@@ -152,7 +152,7 @@ configmapReload:
152152
##
153153
image:
154154
repository: quay.io/prometheus-operator/prometheus-config-reloader
155-
tag: v0.71.2
155+
tag: v0.79.2
156156
pullPolicy: IfNotPresent
157157

158158
## configmap-reload resource requests and limits

0 commit comments

Comments
 (0)