Skip to content

Commit c59ec87

Browse files
authored
[prometheus-stackdriver-exporter] bump to 0.17.0 (#5044)
* [prometheus-stackdriver-exporter] bump to 0.17.0 Signed-off-by: Povilas Vaitkus <[email protected]> * [prometheus-stackdriver-exporter]: change liveness/readiness probe paths Signed-off-by: Povilas Vaitkus <[email protected]> --------- Signed-off-by: Povilas Vaitkus <[email protected]>
1 parent c6c8375 commit c59ec87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/prometheus-stackdriver-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: Stackdriver exporter for Prometheus
33
name: prometheus-stackdriver-exporter
4-
version: 4.6.2
5-
appVersion: v0.16.0
4+
version: 4.7.0
5+
appVersion: v0.17.0
66
home: https://www.stackdriver.com/
77
sources:
88
- https://github.com/prometheus-community/stackdriver_exporter

charts/prometheus-stackdriver-exporter/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ spec:
116116
name: http
117117
livenessProbe:
118118
httpGet:
119-
path: /health
119+
path: /
120120
port: http
121121
initialDelaySeconds: 30
122122
timeoutSeconds: 10
123123
readinessProbe:
124124
httpGet:
125-
path: /health
125+
path: /
126126
port: http
127127
initialDelaySeconds: 10
128128
timeoutSeconds: 10

0 commit comments

Comments
 (0)