File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
docker-swarm/clickhouse-setup
pkg/query-service/tests/test-deploy Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ services:
143143 condition : on-failure
144144
145145 query-service :
146- image : signoz/query-service:0.11.4
146+ image : signoz/query-service:0.12.0
147147 command : ["-config=/root/config/prometheus.yml"]
148148 # ports:
149149 # - "6060:6060" # pprof port
@@ -172,7 +172,7 @@ services:
172172 << : *clickhouse-depend
173173
174174 frontend :
175- image : signoz/frontend:0.11.4
175+ image : signoz/frontend:0.12.0
176176 deploy :
177177 restart_policy :
178178 condition : on-failure
@@ -185,7 +185,7 @@ services:
185185 - ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
186186
187187 otel-collector :
188- image : signoz/signoz-otel-collector:0.63 .0
188+ image : signoz/signoz-otel-collector:0.66 .0
189189 command : ["--config=/etc/otel-collector-config.yaml"]
190190 user : root # required for reading docker container logs
191191 volumes :
@@ -213,7 +213,7 @@ services:
213213 << : *clickhouse-depend
214214
215215 otel-collector-metrics :
216- image : signoz/signoz-otel-collector:0.63 .0
216+ image : signoz/signoz-otel-collector:0.66 .0
217217 command : ["--config=/etc/otel-collector-metrics-config.yaml"]
218218 volumes :
219219 - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ services:
4141 # Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md`
4242 otel-collector :
4343 container_name : otel-collector
44- image : signoz/signoz-otel-collector:0.63 .0
44+ image : signoz/signoz-otel-collector:0.66 .0
4545 command : ["--config=/etc/otel-collector-config.yaml"]
4646 # user: root # required for reading docker container logs
4747 volumes :
@@ -67,7 +67,7 @@ services:
6767
6868 otel-collector-metrics :
6969 container_name : otel-collector-metrics
70- image : signoz/signoz-otel-collector:0.63 .0
70+ image : signoz/signoz-otel-collector:0.66 .0
7171 command : ["--config=/etc/otel-collector-metrics-config.yaml"]
7272 volumes :
7373 - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ services:
146146# Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md`
147147
148148 query-service :
149- image : signoz/query-service:0.11.4
149+ image : signoz/query-service:0.12.0
150150 container_name : query-service
151151 command : ["-config=/root/config/prometheus.yml"]
152152 # ports:
@@ -174,7 +174,7 @@ services:
174174 << : *clickhouse-depend
175175
176176 frontend :
177- image : signoz/frontend:0.11.4
177+ image : signoz/frontend:0.12.0
178178 container_name : frontend
179179 restart : on-failure
180180 depends_on :
@@ -186,7 +186,7 @@ services:
186186 - ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
187187
188188 otel-collector :
189- image : signoz/signoz-otel-collector:0.63 .0
189+ image : signoz/signoz-otel-collector:0.66 .0
190190 command : ["--config=/etc/otel-collector-config.yaml"]
191191 user : root # required for reading docker container logs
192192 volumes :
@@ -211,7 +211,7 @@ services:
211211 << : *clickhouse-depend
212212
213213 otel-collector-metrics :
214- image : signoz/signoz-otel-collector:0.63 .0
214+ image : signoz/signoz-otel-collector:0.66 .0
215215 command : ["--config=/etc/otel-collector-metrics-config.yaml"]
216216 volumes :
217217 - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ services:
169169 << : *clickhouse-depends
170170
171171 otel-collector :
172- image : signoz/signoz-otel-collector:0.63 .0
172+ image : signoz/signoz-otel-collector:0.66 .0
173173 command : ["--config=/etc/otel-collector-config.yaml"]
174174 user : root # required for reading docker container logs
175175 volumes :
@@ -194,7 +194,7 @@ services:
194194 << : *clickhouse-depends
195195
196196 otel-collector-metrics :
197- image : signoz/signoz-otel-collector:0.63 .0
197+ image : signoz/signoz-otel-collector:0.66 .0
198198 command : ["--config=/etc/otel-collector-metrics-config.yaml"]
199199 volumes :
200200 - ./otel-collector-metrics-config.yaml:/etc/otel-collector-metrics-config.yaml
You can’t perform that action at this time.
0 commit comments