mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
deployment: update Prometheus from v2.13.0 to v2.14.0
This commit is contained in:
parent
828f0a2a4b
commit
584d8362c8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3.5'
|
||||||
services:
|
services:
|
||||||
prometheus:
|
prometheus:
|
||||||
container_name: prometheus
|
container_name: prometheus
|
||||||
image: prom/prometheus:v2.13.0
|
image: prom/prometheus:v2.14.0
|
||||||
depends_on:
|
depends_on:
|
||||||
- "vminsert"
|
- "vminsert"
|
||||||
- "vmselect"
|
- "vmselect"
|
||||||
|
|
Loading…
Reference in a new issue