mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Update prometheus and alertmanager images
This commit updates prometheus and alertmanager version to use multi-arch images. Prometheus is updated to v2.11.0 and alertmanager is updated to v0.18.0 Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
This commit is contained in:
@ -156,7 +156,7 @@ services:
|
||||
# Start monitoring
|
||||
|
||||
prometheus:
|
||||
image: functions/prometheus:2.7.0-arm64
|
||||
image: prom/prometheus:v2.11.0
|
||||
environment:
|
||||
no_proxy: "gateway"
|
||||
configs:
|
||||
@ -183,7 +183,7 @@ services:
|
||||
memory: 200M
|
||||
|
||||
alertmanager:
|
||||
image: functions/alertmanager:0.15.0-arm64
|
||||
image: prom/alertmanager:v0.18.0
|
||||
environment:
|
||||
no_proxy: "gateway"
|
||||
command:
|
||||
|
@ -155,7 +155,7 @@ services:
|
||||
# Start monitoring
|
||||
|
||||
prometheus:
|
||||
image: functions/prometheus:2.7.0-armhf
|
||||
image: prom/prometheus:v2.11.0
|
||||
environment:
|
||||
no_proxy: "gateway"
|
||||
configs:
|
||||
@ -182,7 +182,7 @@ services:
|
||||
memory: 200M
|
||||
|
||||
alertmanager:
|
||||
image: functions/alertmanager:0.15.0-armhf
|
||||
image: prom/alertmanager:v0.18.0
|
||||
environment:
|
||||
no_proxy: "gateway"
|
||||
command:
|
||||
|
@ -155,7 +155,7 @@ services:
|
||||
# Start monitoring
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:v2.7.1
|
||||
image: prom/prometheus:v2.11.0
|
||||
environment:
|
||||
no_proxy: "gateway"
|
||||
configs:
|
||||
@ -182,7 +182,7 @@ services:
|
||||
memory: 200M
|
||||
|
||||
alertmanager:
|
||||
image: prom/alertmanager:v0.16.1
|
||||
image: prom/alertmanager:v0.18.0
|
||||
environment:
|
||||
no_proxy: "gateway"
|
||||
command:
|
||||
|
Reference in New Issue
Block a user