Skip to content

Commit daebe83

Browse files
committed
updated files for docker and helm files v 0.2.0
1 parent 7bafcdb commit daebe83

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

deploy/docker/docker-compose-tiny.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ services:
142142
- environment_tiny/common
143143

144144
flatten-processor:
145-
image: signoz/flattener-processor:0.1.1
145+
image: signoz/flattener-processor:0.2.0
146146
container_name: flattener-processor
147147

148148
depends_on:
@@ -158,7 +158,7 @@ services:
158158

159159

160160
query-service:
161-
image: signoz.docker.scarf.sh/signoz/query-service:0.1.4
161+
image: signoz.docker.scarf.sh/signoz/query-service:0.2.0
162162
container_name: query-service
163163

164164
depends_on:
@@ -173,7 +173,7 @@ services:
173173

174174

175175
frontend:
176-
image: signoz/frontend:0.2.0
176+
image: signoz/frontend:0.2.1
177177
container_name: frontend
178178

179179
depends_on:

deploy/docker/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ services:
137137
- environment_small/router
138138

139139
flatten-processor:
140-
image: signoz/flattener-processor:0.1.1
140+
image: signoz/flattener-processor:0.2.0
141141
container_name: flattener-processor
142142

143143
depends_on:
@@ -153,7 +153,7 @@ services:
153153

154154

155155
query-service:
156-
image: signoz.docker.scarf.sh/signoz/query-service:0.1.4
156+
image: signoz.docker.scarf.sh/signoz/query-service:0.2.0
157157
container_name: query-service
158158

159159
depends_on:
@@ -168,7 +168,7 @@ services:
168168

169169

170170
frontend:
171-
image: signoz/frontend:0.2.0
171+
image: signoz/frontend:0.2.1
172172
container_name: frontend
173173

174174
depends_on:

deploy/kubernetes/platform/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ dependencies:
1010
version: 0.2.18
1111
- name: flattener-processor
1212
repository: file://./signoz-charts/flattener-processor
13-
version: 0.1.1
13+
version: 0.2.0
1414
- name: query-service
1515
repository: file://./signoz-charts/query-service
16-
version: 0.1.1
16+
version: 0.2.0
1717
- name: frontend
1818
repository: file://./signoz-charts/frontend
19-
version: 0.1.8
20-
digest: sha256:8e85ad25689df85b0176627539f1ba116ed609aa31c55043a4e41417d574f0c1
21-
generated: "2021-01-20T17:23:19.845512+05:30"
19+
version: 0.2.1
20+
digest: sha256:7ea89a82fabae53ff97cbdaddab0c9edf952a3d212237efc5897b32937d940fd
21+
generated: "2021-05-02T23:16:58.998702+05:30"

deploy/kubernetes/platform/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.6
18+
version: 0.2.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 0.1.1
23+
appVersion: 0.2.0
2424

2525
dependencies:
2626
- name: zookeeper
@@ -34,10 +34,10 @@ dependencies:
3434
version: 0.2.18
3535
- name: flattener-processor
3636
repository: "file://./signoz-charts/flattener-processor"
37-
version: 0.1.1
37+
version: 0.2.0
3838
- name: query-service
3939
repository: "file://./signoz-charts/query-service"
40-
version: 0.1.1
40+
version: 0.2.0
4141
- name: frontend
4242
repository: "file://./signoz-charts/frontend"
43-
version: 0.1.8
43+
version: 0.2.1

deploy/kubernetes/platform/signoz-charts/flattener-processor/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 0.1.1
17+
version: 0.2.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 0.1.1
21+
appVersion: 0.2.0

deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 0.1.8
17+
version: 0.2.1
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 0.2.0
21+
appVersion: 0.2.1

deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 0.1.1
17+
version: 0.2.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 0.1.4
21+
appVersion: 0.2.0

0 commit comments

Comments
 (0)