Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent 72785c3 commit 2e9226a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/monitoring/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
max_attempts: 3
window: 120s
prometheus:
image: prom/prometheus
image: prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4
networks:
{{ monitoring_network }}:
volumes:
Expand All @@ -58,7 +58,7 @@ services:
max_attempts: 3
window: 120s
node_exporter:
image: prom/node-exporter:latest
image: prom/node-exporter:latest@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80
restart: always
volumes:
- /proc:/host/proc:ro
Expand All @@ -85,7 +85,7 @@ services:
max_attempts: 3
window: 120s
db_exporter:
image: prom/mysqld-exporter:latest
image: prom/mysqld-exporter:latest@sha256:7211a617ec657701ca819aa0ba28e1d5750f5bf2c1391b755cc4a48cc360b0fa
restart: always
networks:
{{ monitoring_network }}:
Expand Down

0 comments on commit 2e9226a

Please sign in to comment.