Skip to content

Commit 3710894

Browse files
stefanprodanalexellis
authored andcommitted
Upgrade Prometheus to v2.7.1
- tested on GKE 1.11 and Istio 1.0.3 Signed-off-by: stefanprodan <[email protected]>
1 parent c2a2976 commit 3710894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/openfaas/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ operator:
5353

5454
# monitoring and auto-scaling components
5555
prometheus:
56-
image: prom/prometheus:v2.6.1
56+
image: prom/prometheus:v2.7.1
5757
alertmanager:
5858
image: prom/alertmanager:v0.15.0
5959

yaml/prometheus-dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
serviceAccountName: openfaas-prometheus
1414
containers:
1515
- name: prometheus
16-
image: prom/prometheus:v2.6.1
16+
image: prom/prometheus:v2.7.1
1717
command:
1818
- "prometheus"
1919
- "--config.file=/etc/prometheus/prometheus.yml"

0 commit comments

Comments
 (0)