@@ -99,7 +99,7 @@ services:
99
99
restart : always
100
100
101
101
thanos-sidecar-1 :
102
- image : quay.io/thanos/thanos:v0.31.0
102
+ image : quay.io/thanos/thanos:v0.32.5
103
103
volumes :
104
104
- ./thanos/:/etc/thanos/
105
105
- prometheus1_data:/prometheus
@@ -116,7 +116,7 @@ services:
116
116
restart : always
117
117
118
118
thanos-sidecar-2 :
119
- image : quay.io/thanos/thanos:v0.31.0
119
+ image : quay.io/thanos/thanos:v0.32.5
120
120
volumes :
121
121
- ./thanos/:/etc/thanos/
122
122
- prometheus2_data:/prometheus
@@ -133,7 +133,7 @@ services:
133
133
restart : always
134
134
135
135
thanos-sidecar-3 :
136
- image : quay.io/thanos/thanos:v0.31.0
136
+ image : quay.io/thanos/thanos:v0.32.5
137
137
volumes :
138
138
- ./thanos/:/etc/thanos/
139
139
- prometheus3_data:/prometheus
@@ -150,7 +150,7 @@ services:
150
150
restart : always
151
151
152
152
thanos-sidecar-4 :
153
- image : quay.io/thanos/thanos:v0.31.0
153
+ image : quay.io/thanos/thanos:v0.32.5
154
154
volumes :
155
155
- ./thanos/:/etc/thanos/
156
156
- prometheus4_data:/prometheus
@@ -167,7 +167,7 @@ services:
167
167
restart : always
168
168
169
169
thanos-query-frontend :
170
- image : quay.io/thanos/thanos:v0.31.0
170
+ image : quay.io/thanos/thanos:v0.32.5
171
171
command :
172
172
- ' query-frontend'
173
173
- ' --http-address=0.0.0.0:10901'
@@ -179,7 +179,7 @@ services:
179
179
restart : always
180
180
181
181
thanos-querier :
182
- image : quay.io/thanos/thanos:v0.31.0
182
+ image : quay.io/thanos/thanos:v0.32.5
183
183
command :
184
184
- ' query'
185
185
- ' --grpc-address=0.0.0.0:10091'
@@ -201,7 +201,7 @@ services:
201
201
restart : always
202
202
203
203
thanos-store-gateway :
204
- image : quay.io/thanos/thanos:v0.31.0
204
+ image : quay.io/thanos/thanos:v0.32.5
205
205
volumes :
206
206
- ./thanos/:/etc/thanos/
207
207
command :
@@ -215,7 +215,7 @@ services:
215
215
restart : always
216
216
217
217
thanos-compactor :
218
- image : quay.io/thanos/thanos:v0.31.0
218
+ image : quay.io/thanos/thanos:v0.32.5
219
219
volumes :
220
220
- ./thanos/:/etc/thanos/
221
221
command :
@@ -229,7 +229,7 @@ services:
229
229
restart : always
230
230
231
231
thanos-ruler :
232
- image : quay.io/thanos/thanos:v0.31.0
232
+ image : quay.io/thanos/thanos:v0.32.5
233
233
volumes :
234
234
- ./thanos/:/etc/thanos/
235
235
command :
@@ -253,7 +253,7 @@ services:
253
253
restart : always
254
254
255
255
thanos-bucket-web :
256
- image : quay.io/thanos/thanos:v0.31.0
256
+ image : quay.io/thanos/thanos:v0.32.5
257
257
volumes :
258
258
- ./thanos/:/etc/thanos/
259
259
command :
0 commit comments