Skip to content

Commit

Permalink
chore(deps): update quay.io/thanos/thanos docker tag to v0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 7750cc1 commit 634c1b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions local/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
# - 'host.docker.internal:host-gateway'

thanos-sidecar-1:
image: quay.io/thanos/thanos:v0.27.0
image: quay.io/thanos/thanos:v0.36.1
volumes:
- ./thanos/:/etc/thanos/
- prometheus1_data:/prometheus
Expand All @@ -66,7 +66,7 @@ services:
restart: on-failure:5

thanos-sidecar-2:
image: quay.io/thanos/thanos:v0.27.0
image: quay.io/thanos/thanos:v0.36.1
volumes:
- ./thanos/:/etc/thanos/
- prometheus2_data:/prometheus
Expand All @@ -83,7 +83,7 @@ services:
restart: on-failure:5

thanos-querier:
image: quay.io/thanos/thanos:v0.27.0
image: quay.io/thanos/thanos:v0.36.1
command:
- 'query'
- '--grpc-address=0.0.0.0:10091'
Expand All @@ -99,7 +99,7 @@ services:
- thanos-sidecar-2

thanos-store-gateway:
image: quay.io/thanos/thanos:v0.27.0
image: quay.io/thanos/thanos:v0.36.1
volumes:
- ./thanos/:/etc/thanos/
command:
Expand All @@ -113,7 +113,7 @@ services:
restart: on-failure:5

thanos-compactor:
image: quay.io/thanos/thanos:v0.27.0
image: quay.io/thanos/thanos:v0.36.1
volumes:
- ./thanos/:/etc/thanos/
command:
Expand All @@ -128,7 +128,7 @@ services:
restart: on-failure:5

thanos-ruler:
image: quay.io/thanos/thanos:v0.27.0
image: quay.io/thanos/thanos:v0.36.1
volumes:
- ./thanos/:/etc/thanos/
command:
Expand All @@ -152,7 +152,7 @@ services:
restart: on-failure:5

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

0 comments on commit 634c1b1

Please sign in to comment.