Skip to content

Commit

Permalink
Mon updates
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jul 3, 2023
1 parent c59acca commit 7f092cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

grafana:
# https://github.com/grafana/grafana/releases
image: grafana/grafana:9.5.2
image: grafana/grafana:10.0.1
environment:
GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD}
GF_USERS_ALLOW_SIGN_UP: 'false'
Expand Down Expand Up @@ -71,7 +71,7 @@ services:

prometheus:
# https://github.com/prometheus/prometheus/releases
image: prom/prometheus:v2.44.0
image: prom/prometheus:v2.45.0
volumes:
- prometheus_data:/prometheus
command: --config.file=/prometheus.yml
Expand Down Expand Up @@ -110,7 +110,7 @@ services:

cadvisor:
# https://github.com/google/cadvisor/releases
image: gcr.io/cadvisor/cadvisor:v0.47.0
image: gcr.io/cadvisor/cadvisor:v0.47.2
networks:
- app_backend
volumes:
Expand Down

0 comments on commit 7f092cb

Please sign in to comment.