1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 11:48:53 +00:00

prometheus chart: fix identation on serviceMonitorSelector ()

* prometheus chart: fix identation on serviceMonitorSelector

* bump kube-prometheus chart version
This commit is contained in:
Sergii Manannikov 2018-05-23 16:18:44 +02:00 committed by Giancarlo Rubio
parent 4263ea055a
commit 156d151ddd
4 changed files with 5 additions and 5 deletions
helm

View file

@ -7,4 +7,4 @@ maintainers:
name: kube-prometheus
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.68
version: 0.0.69

View file

@ -6,7 +6,7 @@ dependencies:
condition: deployAlertManager
- name: prometheus
version: 0.0.38
version: 0.0.39
#e2e-repository: file://../prometheus
repository: https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/

View file

@ -7,4 +7,4 @@ maintainers:
name: prometheus
sources:
- https://github.com/coreos/prometheus-operator
version: 0.0.38
version: 0.0.39

View file

@ -64,8 +64,8 @@ spec:
serviceMonitorSelector:
{{ toYaml .Values.serviceMonitorsSelector | indent 4 }}
{{- else if .Values.prometheusLabelValue }}
serviceMonitorSelector:
matchLabels:
serviceMonitorSelector:
matchLabels:
prometheus: {{ .Values.prometheusLabelValue }}
{{- end }}
{{- if .Values.remoteRead }}