Skip to content

Commit b35bdf0

Browse files
chore: 📌 pin versions: SigNoz 0.13.1
1 parent 9b65414 commit b35bdf0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/docker-swarm/clickhouse-setup/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ services:
137137
condition: on-failure
138138

139139
query-service:
140-
image: signoz/query-service:0.13.0
140+
image: signoz/query-service:0.13.1
141141
command: ["-config=/root/config/prometheus.yml"]
142142
# ports:
143143
# - "6060:6060" # pprof port
@@ -166,7 +166,7 @@ services:
166166
<<: *clickhouse-depend
167167

168168
frontend:
169-
image: signoz/frontend:0.13.0
169+
image: signoz/frontend:0.13.1
170170
deploy:
171171
restart_policy:
172172
condition: on-failure

deploy/docker/clickhouse-setup/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:${DOCKER_TAG:-0.13.0}
149+
image: signoz/query-service:${DOCKER_TAG:-0.13.1}
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:${DOCKER_TAG:-0.13.0}
177+
image: signoz/frontend:${DOCKER_TAG:-0.13.1}
178178
container_name: frontend
179179
restart: on-failure
180180
depends_on:

0 commit comments

Comments
 (0)