File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
.devenv/docker/clickhouse Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ services:
4242 timeout : 5s
4343 retries : 3
4444 schema-migrator-sync :
45- image : signoz/signoz-schema-migrator:v0.129.7
45+ image : signoz/signoz-schema-migrator:v0.129.8
4646 container_name : schema-migrator-sync
4747 command :
4848 - sync
@@ -55,7 +55,7 @@ services:
5555 condition : service_healthy
5656 restart : on-failure
5757 schema-migrator-async :
58- image : signoz/signoz-schema-migrator:v0.129.7
58+ image : signoz/signoz-schema-migrator:v0.129.8
5959 container_name : schema-migrator-async
6060 command :
6161 - async
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ services:
176176 # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
177177 signoz :
178178 !!merge <<: *db-depend
179- image : signoz/signoz:v0.99 .0
179+ image : signoz/signoz:v0.100 .0
180180 command :
181181 - --config=/root/config/prometheus.yml
182182 ports :
@@ -209,7 +209,7 @@ services:
209209 retries : 3
210210 otel-collector :
211211 !!merge <<: *db-depend
212- image : signoz/signoz-otel-collector:v0.129.7
212+ image : signoz/signoz-otel-collector:v0.129.8
213213 command :
214214 - --config=/etc/otel-collector-config.yaml
215215 - --manager-config=/etc/manager-config.yaml
@@ -233,7 +233,7 @@ services:
233233 - signoz
234234 schema-migrator :
235235 !!merge <<: *common
236- image : signoz/signoz-schema-migrator:v0.129.7
236+ image : signoz/signoz-schema-migrator:v0.129.8
237237 deploy :
238238 restart_policy :
239239 condition : on-failure
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ services:
117117 # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
118118 signoz :
119119 !!merge <<: *db-depend
120- image : signoz/signoz:v0.99 .0
120+ image : signoz/signoz:v0.100 .0
121121 command :
122122 - --config=/root/config/prometheus.yml
123123 ports :
@@ -150,7 +150,7 @@ services:
150150 retries : 3
151151 otel-collector :
152152 !!merge <<: *db-depend
153- image : signoz/signoz-otel-collector:v0.129.7
153+ image : signoz/signoz-otel-collector:v0.129.8
154154 command :
155155 - --config=/etc/otel-collector-config.yaml
156156 - --manager-config=/etc/manager-config.yaml
@@ -176,7 +176,7 @@ services:
176176 - signoz
177177 schema-migrator :
178178 !!merge <<: *common
179- image : signoz/signoz-schema-migrator:v0.129.7
179+ image : signoz/signoz-schema-migrator:v0.129.8
180180 deploy :
181181 restart_policy :
182182 condition : on-failure
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ services:
179179 # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
180180 signoz :
181181 !!merge <<: *db-depend
182- image : signoz/signoz:${VERSION:-v0.99 .0}
182+ image : signoz/signoz:${VERSION:-v0.100 .0}
183183 container_name : signoz
184184 command :
185185 - --config=/root/config/prometheus.yml
@@ -213,7 +213,7 @@ services:
213213 # TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing?
214214 otel-collector :
215215 !!merge <<: *db-depend
216- image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.7 }
216+ image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.8 }
217217 container_name : signoz-otel-collector
218218 command :
219219 - --config=/etc/otel-collector-config.yaml
@@ -239,7 +239,7 @@ services:
239239 condition : service_healthy
240240 schema-migrator-sync :
241241 !!merge <<: *common
242- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.7 }
242+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.8 }
243243 container_name : schema-migrator-sync
244244 command :
245245 - sync
@@ -250,7 +250,7 @@ services:
250250 condition : service_healthy
251251 schema-migrator-async :
252252 !!merge <<: *db-depend
253- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.7 }
253+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.8 }
254254 container_name : schema-migrator-async
255255 command :
256256 - async
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ services:
111111 # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
112112 signoz :
113113 !!merge <<: *db-depend
114- image : signoz/signoz:${VERSION:-v0.99 .0}
114+ image : signoz/signoz:${VERSION:-v0.100 .0}
115115 container_name : signoz
116116 command :
117117 - --config=/root/config/prometheus.yml
@@ -144,7 +144,7 @@ services:
144144 retries : 3
145145 otel-collector :
146146 !!merge <<: *db-depend
147- image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.7 }
147+ image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.8 }
148148 container_name : signoz-otel-collector
149149 command :
150150 - --config=/etc/otel-collector-config.yaml
@@ -166,7 +166,7 @@ services:
166166 condition : service_healthy
167167 schema-migrator-sync :
168168 !!merge <<: *common
169- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.7 }
169+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.8 }
170170 container_name : schema-migrator-sync
171171 command :
172172 - sync
@@ -178,7 +178,7 @@ services:
178178 restart : on-failure
179179 schema-migrator-async :
180180 !!merge <<: *db-depend
181- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.7 }
181+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.8 }
182182 container_name : schema-migrator-async
183183 command :
184184 - async
You can’t perform that action at this time.
0 commit comments