Skip to content

Commit 4ecf5d3

Browse files
chore(deps): update monitoring stack updates
1 parent 410de82 commit 4ecf5d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,15 @@ services:
246246
# |_| |_| |_|\___/|_| |_|_|\__\___/|_| |_|_| |_|\__, |
247247
# |___/
248248
prometheus:
249-
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.10.0}
249+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.11.2}
250250
ports:
251251
- "9090:9090"
252252
networks: [cluster]
253253
volumes:
254254
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
255255

256256
grafana:
257-
image: grafana/grafana:${GRAFANA_VERSION:-12.4.1}
257+
image: grafana/grafana:${GRAFANA_VERSION:-12.4.3}
258258
ports:
259259
- "3000:3000"
260260
networks: [cluster]

0 commit comments

Comments
 (0)