Skip to content

Commit

Permalink
Use offical images for grafana/prometheus in template file (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4pt0r authored and tennix committed Aug 21, 2018
1 parent 9169761 commit 2f4b890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -75,7 +75,7 @@ pushgateway:
logLevel: error

prometheus:
image: pingcap/prometheus:v2.2.1
image: prom/prometheus:v2.2.1
port: "9090"
logLevel: error

Expand Down

0 comments on commit 2f4b890

Please sign in to comment.