File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
charts/prometheus-postgres-exporter Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: v2
3
3
appVersion : v0.17.1
4
4
description : A Helm chart for prometheus postgres-exporter
5
5
name : prometheus-postgres-exporter
6
- version : 7.0 .1
6
+ version : 7.1 .1
7
7
home : https://github.com/prometheus-community/postgres_exporter
8
8
sources :
9
9
- https://github.com/prometheus-community/postgres_exporter
Original file line number Diff line number Diff line change 1
1
{{- if .Values.serviceMonitor.enabled }}
2
- apiVersion : monitoring.coreos.com/v1
2
+ apiVersion : {{ .Values.serviceMonitor.apiVersion | default " monitoring.coreos.com/v1" }}
3
3
kind : ServiceMonitor
4
4
metadata :
5
5
{{- if .Values.serviceMonitor.labels }}
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ automountServiceAccountToken: false
29
29
serviceMonitor :
30
30
# When set true then use a ServiceMonitor to configure scraping
31
31
enabled : false
32
+ # Specify the API version for the ServiceMonitor
33
+ apiVersion : " monitoring.coreos.com/v1"
32
34
# Set the namespace the ServiceMonitor should be deployed
33
35
# namespace: monitoring
34
36
# Set how frequently Prometheus should scrape
You can’t perform that action at this time.
0 commit comments