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

Commit

Permalink
Merge pull request #69 from reims2/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
l3d00m authored Jan 3, 2024
2 parents ac06eac + 6186944 commit 65061f6
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:v2.45.2
image: prom/prometheus:v2.45.2@sha256:8cf63a779c484564428c8ab5aa61899f41b72e92232d930b2b001661d978bed8
networks:
{{ monitoring_network }}:
volumes:
Expand All @@ -58,7 +58,7 @@ services:
max_attempts: 3
window: 120s
node_exporter:
image: prom/node-exporter:v1.7.0
image: prom/node-exporter:v1.7.0@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:v0.15.1
image: prom/mysqld-exporter:v0.15.1@sha256:7211a617ec657701ca819aa0ba28e1d5750f5bf2c1391b755cc4a48cc360b0fa
restart: always
networks:
{{ monitoring_network }}:
Expand Down

0 comments on commit 65061f6

Please sign in to comment.