Skip to content

Commit fe2bc6e

Browse files
Update quay.io/thanos/thanos Docker tag to v0.32.5
1 parent d06e92c commit fe2bc6e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docker-compose.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ services:
9999
restart: always
100100

101101
thanos-sidecar-1:
102-
image: quay.io/thanos/thanos:v0.31.0
102+
image: quay.io/thanos/thanos:v0.32.5
103103
volumes:
104104
- ./thanos/:/etc/thanos/
105105
- prometheus1_data:/prometheus
@@ -116,7 +116,7 @@ services:
116116
restart: always
117117

118118
thanos-sidecar-2:
119-
image: quay.io/thanos/thanos:v0.31.0
119+
image: quay.io/thanos/thanos:v0.32.5
120120
volumes:
121121
- ./thanos/:/etc/thanos/
122122
- prometheus2_data:/prometheus
@@ -133,7 +133,7 @@ services:
133133
restart: always
134134

135135
thanos-sidecar-3:
136-
image: quay.io/thanos/thanos:v0.31.0
136+
image: quay.io/thanos/thanos:v0.32.5
137137
volumes:
138138
- ./thanos/:/etc/thanos/
139139
- prometheus3_data:/prometheus
@@ -150,7 +150,7 @@ services:
150150
restart: always
151151

152152
thanos-sidecar-4:
153-
image: quay.io/thanos/thanos:v0.31.0
153+
image: quay.io/thanos/thanos:v0.32.5
154154
volumes:
155155
- ./thanos/:/etc/thanos/
156156
- prometheus4_data:/prometheus
@@ -167,7 +167,7 @@ services:
167167
restart: always
168168

169169
thanos-query-frontend:
170-
image: quay.io/thanos/thanos:v0.31.0
170+
image: quay.io/thanos/thanos:v0.32.5
171171
command:
172172
- 'query-frontend'
173173
- '--http-address=0.0.0.0:10901'
@@ -179,7 +179,7 @@ services:
179179
restart: always
180180

181181
thanos-querier:
182-
image: quay.io/thanos/thanos:v0.31.0
182+
image: quay.io/thanos/thanos:v0.32.5
183183
command:
184184
- 'query'
185185
- '--grpc-address=0.0.0.0:10091'
@@ -201,7 +201,7 @@ services:
201201
restart: always
202202

203203
thanos-store-gateway:
204-
image: quay.io/thanos/thanos:v0.31.0
204+
image: quay.io/thanos/thanos:v0.32.5
205205
volumes:
206206
- ./thanos/:/etc/thanos/
207207
command:
@@ -215,7 +215,7 @@ services:
215215
restart: always
216216

217217
thanos-compactor:
218-
image: quay.io/thanos/thanos:v0.31.0
218+
image: quay.io/thanos/thanos:v0.32.5
219219
volumes:
220220
- ./thanos/:/etc/thanos/
221221
command:
@@ -229,7 +229,7 @@ services:
229229
restart: always
230230

231231
thanos-ruler:
232-
image: quay.io/thanos/thanos:v0.31.0
232+
image: quay.io/thanos/thanos:v0.32.5
233233
volumes:
234234
- ./thanos/:/etc/thanos/
235235
command:
@@ -253,7 +253,7 @@ services:
253253
restart: always
254254

255255
thanos-bucket-web:
256-
image: quay.io/thanos/thanos:v0.31.0
256+
image: quay.io/thanos/thanos:v0.32.5
257257
volumes:
258258
- ./thanos/:/etc/thanos/
259259
command:

0 commit comments

Comments
 (0)