diff --git a/metric_monitor/docker-compose/docker-compose-quick-start.yml b/metric_monitor/docker-compose/docker-compose-quick-start.yml index bd54174..35acb14 100644 --- a/metric_monitor/docker-compose/docker-compose-quick-start.yml +++ b/metric_monitor/docker-compose/docker-compose-quick-start.yml @@ -6,7 +6,7 @@ services: service: tron-node prometheus: - image: prom/prometheus:v3.10.0 + image: prom/prometheus:v3.11.3 container_name: prometheus deploy: resources: diff --git a/metric_monitor/docker-compose/prometheus.yml b/metric_monitor/docker-compose/prometheus.yml index 7ae56e8..9fe14e9 100644 --- a/metric_monitor/docker-compose/prometheus.yml +++ b/metric_monitor/docker-compose/prometheus.yml @@ -1,7 +1,7 @@ version: '3.8' services: prometheus: - image: prom/prometheus:v3.10.0 + image: prom/prometheus:v3.11.3 container_name: prometheus security_opt: - no-new-privileges:true diff --git a/metric_monitor/docker-compose/thanos-querier.yml b/metric_monitor/docker-compose/thanos-querier.yml index 5488190..275bf13 100644 --- a/metric_monitor/docker-compose/thanos-querier.yml +++ b/metric_monitor/docker-compose/thanos-querier.yml @@ -1,7 +1,7 @@ version: '3.8' services: thanos-querier: - image: quay.io/thanos/thanos:v0.33.0 + image: quay.io/thanos/thanos:v0.41.0 container_name: thanos-querier ports: - "9091:9091" diff --git a/metric_monitor/docker-compose/thanos-receive.yml b/metric_monitor/docker-compose/thanos-receive.yml index b5d26a0..15a582c 100644 --- a/metric_monitor/docker-compose/thanos-receive.yml +++ b/metric_monitor/docker-compose/thanos-receive.yml @@ -1,7 +1,7 @@ version: '3.8' services: thanos-receive: - image: quay.io/thanos/thanos:v0.33.0 + image: quay.io/thanos/thanos:v0.41.0 container_name: thanos-receive volumes: - ../receive-data-0:/receive/data diff --git a/metric_monitor/docker-compose/thanos-store.yml b/metric_monitor/docker-compose/thanos-store.yml index fccfba9..0d17bdf 100644 --- a/metric_monitor/docker-compose/thanos-store.yml +++ b/metric_monitor/docker-compose/thanos-store.yml @@ -1,7 +1,7 @@ version: '3.8' services: thanos-store: - image: quay.io/thanos/thanos:v0.33.0 + image: quay.io/thanos/thanos:v0.41.0 container_name: thanos-store ports: - "10911:10911" # HTTP