Updated to prometheus 1.7.1

This updates prometheus to 1.7.1 where it was missing
This commit is contained in:
Daniel Sachse
2017-09-21 17:08:01 +02:00
parent c8cb2df928
commit 6213964317
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ spec:
replicas: 2 replicas: 2
secrets: secrets:
- etcd-certs - etcd-certs
version: v1.7.0 version: v1.7.1
``` ```
If your Prometheus Operator is already in place, update it: If your Prometheus Operator is already in place, update it:

View File

@@ -6,7 +6,7 @@ metadata:
labels: labels:
prometheus: frontend prometheus: frontend
spec: spec:
version: v1.7.0 version: v1.7.1
serviceMonitorSelector: serviceMonitorSelector:
matchLabels: matchLabels:
tier: frontend tier: frontend

View File

@@ -6,7 +6,7 @@ metadata:
prometheus: k8s prometheus: k8s
spec: spec:
replicas: 2 replicas: 2
version: v1.7.0 version: v1.7.1
serviceAccountName: prometheus-k8s serviceAccountName: prometheus-k8s
serviceMonitorSelector: serviceMonitorSelector:
matchExpressions: matchExpressions: