Merge pull request #673 from brancz/version-updates

kube-prometheus: various version updates
This commit is contained in:
Frederic Branczyk
2017-10-06 18:52:58 +02:00
committed by GitHub
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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