From 2f4b890ed38488aa0ed83ec9c8fb187d4c31346f Mon Sep 17 00:00:00 2001 From: dongxu Date: Tue, 21 Aug 2018 03:15:02 -0700 Subject: [PATCH] Use offical images for grafana/prometheus in template file (#35) --- compose/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/values.yaml b/compose/values.yaml index 6ab93b1..a81d683 100644 --- a/compose/values.yaml +++ b/compose/values.yaml @@ -65,7 +65,7 @@ tidbVision: # comment following monitor components sections out to disable monitor grafana: - image: pingcap/grafana:4.6.3 + image: grafana/grafana:4.6.3 port: "3000" logLevel: error @@ -75,7 +75,7 @@ pushgateway: logLevel: error prometheus: - image: pingcap/prometheus:v2.2.1 + image: prom/prometheus:v2.2.1 port: "9090" logLevel: error