Skip to content

Commit

Permalink
fix - prom op doc (#5367)
Browse files Browse the repository at this point in the history
Signed-off-by: Hélia Barroso <[email protected]>
  • Loading branch information
heliapb authored Feb 26, 2025
1 parent 7881273 commit f077fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-stackdriver-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Stackdriver exporter for Prometheus
name: prometheus-stackdriver-exporter
version: 4.8.0
version: 4.8.1
appVersion: v0.18.0
home: https://www.stackdriver.com/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-stackdriver-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
...
```

If you use your own custom [ServiceMonitor](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#servicemonitor) or [PodMonitor](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#podmonitor), please ensure to upgrade their `selector` fields accordingly to the new labels.
If you use your own custom [ServiceMonitor](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#servicemonitor) or [PodMonitor](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api-reference/api.md#podmonitor), please ensure to upgrade their `selector` fields accordingly to the new labels.

#### 1.x to 2.x

Expand Down

0 comments on commit f077fbe

Please sign in to comment.