kube-prometheus: various version updates

This commit is contained in:
Frederic Branczyk
2017-10-06 14:02:20 +02:00
parent f8c48a976a
commit 461c01b063
4 changed files with 6 additions and 6 deletions

View File

@@ -6,4 +6,4 @@ metadata:
alertmanager: main
spec:
replicas: 3
version: v0.7.1
version: v0.9.1

View File

@@ -11,7 +11,7 @@ spec:
spec:
containers:
- name: grafana
image: grafana/grafana:4.4.1
image: grafana/grafana:4.5.2
env:
- name: GF_AUTH_BASIC_ENABLED
value: "true"

View File

@@ -12,10 +12,10 @@ spec:
hostNetwork: true
hostPID: true
containers:
- image: quay.io/prometheus/node-exporter:v0.14.0
- image: quay.io/prometheus/node-exporter:v0.15.0
args:
- "-collector.procfs=/host/proc"
- "-collector.sysfs=/host/sys"
- "--path.procfs=/host/proc"
- "--path.sysfs=/host/sys"
name: node-exporter
ports:
- containerPort: 9100

View File

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