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.111.40
43+ image : signoz/signoz-schema-migrator:v0.111.41
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.111.40
56+ image : signoz/signoz-schema-migrator:v0.111.41
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.81 .0
177+ image : signoz/signoz:v0.82 .0
178178 command :
179179 - --config=/root/config/prometheus.yml
180180 - --use-logs-new-schema=true
@@ -208,7 +208,7 @@ services:
208208 retries : 3
209209 otel-collector :
210210 !!merge <<: *db-depend
211- image : signoz/signoz-otel-collector:v0.111.40
211+ image : signoz/signoz-otel-collector:v0.111.41
212212 command :
213213 - --config=/etc/otel-collector-config.yaml
214214 - --manager-config=/etc/manager-config.yaml
@@ -232,7 +232,7 @@ services:
232232 - signoz
233233 schema-migrator :
234234 !!merge <<: *common
235- image : signoz/signoz-schema-migrator:v0.111.40
235+ image : signoz/signoz-schema-migrator:v0.111.41
236236 deploy :
237237 restart_policy :
238238 condition : on-failure
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:v0.81 .0
113+ image : signoz/signoz:v0.82 .0
114114 command :
115115 - --config=/root/config/prometheus.yml
116116 - --use-logs-new-schema=true
@@ -143,7 +143,7 @@ services:
143143 retries : 3
144144 otel-collector :
145145 !!merge <<: *db-depend
146- image : signoz/signoz-otel-collector:v0.111.40
146+ image : signoz/signoz-otel-collector:v0.111.41
147147 command :
148148 - --config=/etc/otel-collector-config.yaml
149149 - --manager-config=/etc/manager-config.yaml
@@ -167,7 +167,7 @@ services:
167167 - signoz
168168 schema-migrator :
169169 !!merge <<: *common
170- image : signoz/signoz-schema-migrator:v0.111.40
170+ image : signoz/signoz-schema-migrator:v0.111.41
171171 deploy :
172172 restart_policy :
173173 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.81 .0}
180+ image : signoz/signoz:${VERSION:-v0.82 .0}
181181 container_name : signoz
182182 command :
183183 - --config=/root/config/prometheus.yml
@@ -212,7 +212,7 @@ services:
212212 # TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing?
213213 otel-collector :
214214 !!merge <<: *db-depend
215- image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.40 }
215+ image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.41 }
216216 container_name : signoz-otel-collector
217217 command :
218218 - --config=/etc/otel-collector-config.yaml
@@ -238,7 +238,7 @@ services:
238238 condition : service_healthy
239239 schema-migrator-sync :
240240 !!merge <<: *common
241- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.40 }
241+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.41 }
242242 container_name : schema-migrator-sync
243243 command :
244244 - sync
@@ -249,7 +249,7 @@ services:
249249 condition : service_healthy
250250 schema-migrator-async :
251251 !!merge <<: *db-depend
252- image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.40 }
252+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.41 }
253253 container_name : schema-migrator-async
254254 command :
255255 - 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.81 .0}
113+ image : signoz/signoz:${VERSION:-v0.82 .0}
114114 container_name : signoz
115115 command :
116116 - --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.111.40 }
147+ image : signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.41 }
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.111.40 }
169+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.41 }
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.111.40 }
181+ image : signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.41 }
182182 container_name : schema-migrator-async
183183 command :
184184 - async
You can’t perform that action at this time.
0 commit comments