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 @@ -40,7 +40,7 @@ services:
4040 timeout : 5s
4141 retries : 3
4242 schema-migrator-sync :
43- image : signoz/signoz-schema-migrator:v0.128.1
43+ image : signoz/signoz-schema-migrator:v0.128.2
4444 container_name : schema-migrator-sync
4545 command :
4646 - sync
@@ -53,7 +53,7 @@ services:
5353 condition : service_healthy
5454 restart : on-failure
5555 schema-migrator-async :
56- image : signoz/signoz-schema-migrator:v0.128.1
56+ image : signoz/signoz-schema-migrator:v0.128.2
5757 container_name : schema-migrator-async
5858 command :
5959 - async
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ services:
174174 # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
175175 signoz :
176176 !!merge <<: *db-depend
177- image : signoz/signoz:v0.90.0
177+ image : signoz/signoz:v0.90.1
178178 command :
179179 - --config=/root/config/prometheus.yml
180180 ports :
@@ -207,7 +207,7 @@ services:
207207 retries : 3
208208 otel-collector :
209209 !!merge <<: *db-depend
210- image : signoz/signoz-otel-collector:v0.128.0
210+ image : signoz/signoz-otel-collector:v0.128.2
211211 command :
212212 - --config=/etc/otel-collector-config.yaml
213213 - --manager-config=/etc/manager-config.yaml
@@ -231,7 +231,7 @@ services:
231231 - signoz
232232 schema-migrator :
233233 !!merge <<: *common
234- image : signoz/signoz-schema-migrator:v0.128.1
234+ image : signoz/signoz-schema-migrator:v0.128.2
235235 deploy :
236236 restart_policy :
237237 condition : on-failure
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ services:
115115 # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
116116 signoz :
117117 !!merge <<: *db-depend
118- image : signoz/signoz:v0.90.0
118+ image : signoz/signoz:v0.90.1
119119 command :
120120 - --config=/root/config/prometheus.yml
121121 ports :
@@ -148,7 +148,7 @@ services:
148148 retries : 3
149149 otel-collector :
150150 !!merge <<: *db-depend
151- image : signoz/signoz-otel-collector:v0.128.0
151+ image : signoz/signoz-otel-collector:v0.128.2
152152 command :
153153 - --config=/etc/otel-collector-config.yaml
154154 - --manager-config=/etc/manager-config.yaml
@@ -174,7 +174,7 @@ services:
174174 - signoz
175175 schema-migrator :
176176 !!merge <<: *common
177- image : signoz/signoz-schema-migrator:v0.128.1
177+ image : signoz/signoz-schema-migrator:v0.128.2
178178 deploy :
179179 restart_policy :
180180 condition : on-failure
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ services:
177177 # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
178178 signoz :
179179 !!merge <<: *db-depend
180- image : signoz/signoz:${VERSION:-v0.90.0 }
180+ image : signoz/signoz:${VERSION:-v0.90.1 }
181181 container_name : signoz
182182 command :
183183 - --config=/root/config/prometheus.yml
@@ -211,7 +211,7 @@ services:
211211 # TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing?
212212 otel-collector :
213213 !!merge <<: *db-depend
214- image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.128.0 }
214+ image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.128.2 }
215215 container_name : signoz-otel-collector
216216 command :
217217 - --config=/etc/otel-collector-config.yaml
@@ -237,7 +237,7 @@ services:
237237 condition : service_healthy
238238 schema-migrator-sync :
239239 !!merge <<: *common
240- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.0 }
240+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2 }
241241 container_name : schema-migrator-sync
242242 command :
243243 - sync
@@ -248,7 +248,7 @@ services:
248248 condition : service_healthy
249249 schema-migrator-async :
250250 !!merge <<: *db-depend
251- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.0 }
251+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2 }
252252 container_name : schema-migrator-async
253253 command :
254254 - async
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ services:
110110 # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
111111 signoz :
112112 !!merge <<: *db-depend
113- image : signoz/signoz:${VERSION:-v0.90.0 }
113+ image : signoz/signoz:${VERSION:-v0.90.1 }
114114 container_name : signoz
115115 command :
116116 - --config=/root/config/prometheus.yml
@@ -143,7 +143,7 @@ services:
143143 retries : 3
144144 otel-collector :
145145 !!merge <<: *db-depend
146- image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.128.0 }
146+ image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.128.2 }
147147 container_name : signoz-otel-collector
148148 command :
149149 - --config=/etc/otel-collector-config.yaml
@@ -165,7 +165,7 @@ services:
165165 condition : service_healthy
166166 schema-migrator-sync :
167167 !!merge <<: *common
168- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.0 }
168+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2 }
169169 container_name : schema-migrator-sync
170170 command :
171171 - sync
@@ -177,7 +177,7 @@ services:
177177 restart : on-failure
178178 schema-migrator-async :
179179 !!merge <<: *db-depend
180- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.0 }
180+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.128.2 }
181181 container_name : schema-migrator-async
182182 command :
183183 - async
You can’t perform that action at this time.
0 commit comments