Skip to content

Commit

Permalink
Update quay.io/thanos/thanos Docker tag to v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent f12d245 commit 4ec1e64
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:
restart: always

thanos-sidecar-1:
image: quay.io/thanos/thanos:v0.31.0
image: quay.io/thanos/thanos:v0.34.1
volumes:
- ./thanos/:/etc/thanos/
- prometheus1_data:/prometheus
Expand All @@ -116,7 +116,7 @@ services:
restart: always

thanos-sidecar-2:
image: quay.io/thanos/thanos:v0.31.0
image: quay.io/thanos/thanos:v0.34.1
volumes:
- ./thanos/:/etc/thanos/
- prometheus2_data:/prometheus
Expand All @@ -133,7 +133,7 @@ services:
restart: always

thanos-sidecar-3:
image: quay.io/thanos/thanos:v0.31.0
image: quay.io/thanos/thanos:v0.34.1
volumes:
- ./thanos/:/etc/thanos/
- prometheus3_data:/prometheus
Expand All @@ -150,7 +150,7 @@ services:
restart: always

thanos-sidecar-4:
image: quay.io/thanos/thanos:v0.31.0
image: quay.io/thanos/thanos:v0.34.1
volumes:
- ./thanos/:/etc/thanos/
- prometheus4_data:/prometheus
Expand All @@ -167,7 +167,7 @@ services:
restart: always

thanos-query-frontend:
image: quay.io/thanos/thanos:v0.31.0
image: quay.io/thanos/thanos:v0.34.1
command:
- 'query-frontend'
- '--http-address=0.0.0.0:10901'
Expand All @@ -179,7 +179,7 @@ services:
restart: always

thanos-querier:
image: quay.io/thanos/thanos:v0.31.0
image: quay.io/thanos/thanos:v0.34.1
command:
- 'query'
- '--grpc-address=0.0.0.0:10091'
Expand All @@ -201,7 +201,7 @@ services:
restart: always

thanos-store-gateway:
image: quay.io/thanos/thanos:v0.31.0
image: quay.io/thanos/thanos:v0.34.1
volumes:
- ./thanos/:/etc/thanos/
command:
Expand All @@ -215,7 +215,7 @@ services:
restart: always

thanos-compactor:
image: quay.io/thanos/thanos:v0.31.0
image: quay.io/thanos/thanos:v0.34.1
volumes:
- ./thanos/:/etc/thanos/
command:
Expand All @@ -229,7 +229,7 @@ services:
restart: always

thanos-ruler:
image: quay.io/thanos/thanos:v0.31.0
image: quay.io/thanos/thanos:v0.34.1
volumes:
- ./thanos/:/etc/thanos/
command:
Expand All @@ -253,7 +253,7 @@ services:
restart: always

thanos-bucket-web:
image: quay.io/thanos/thanos:v0.31.0
image: quay.io/thanos/thanos:v0.34.1
volumes:
- ./thanos/:/etc/thanos/
command:
Expand Down

0 comments on commit 4ec1e64

Please sign in to comment.