Skip to content

Commit a118c3c

Browse files
committed
adding frontend image tags 0.3.1
1 parent 9baf873 commit a118c3c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
condition: service_healthy
3737

3838
frontend:
39-
image: signoz/frontend:0.3.0
39+
image: signoz/frontend:0.3.1
4040
container_name: frontend
4141

4242
depends_on:

deploy/docker/druid-kafka-setup/docker-compose-tiny.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ services:
182182
condition: service_healthy
183183

184184
frontend:
185-
image: signoz/frontend:0.3.0
185+
image: signoz/frontend:0.3.1
186186
container_name: frontend
187187

188188
depends_on:

deploy/docker/druid-kafka-setup/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ services:
177177
condition: service_healthy
178178

179179
frontend:
180-
image: signoz/frontend:0.3.0
180+
image: signoz/frontend:0.3.1
181181
container_name: frontend
182182

183183
depends_on:

deploy/kubernetes/platform/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ dependencies:
1616
version: 0.3.1
1717
- name: frontend
1818
repository: file://./signoz-charts/frontend
19-
version: 0.3.0
20-
digest: sha256:0a1690eb09a341c3b8cdbf8624ea5a3c88eaeadfccc184ea6d6fb68522392961
21-
generated: "2021-06-07T17:29:48.102994+05:30"
19+
version: 0.3.1
20+
digest: sha256:ed5735a81c416a15b1e498f86a2ddb550ca0da9f5f445891561be0ef5d01b3b2
21+
generated: "2021-06-08T22:35:14.109626+05:30"

deploy/kubernetes/platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ dependencies:
4040
version: 0.3.1
4141
- name: frontend
4242
repository: "file://./signoz-charts/frontend"
43-
version: 0.3.0
43+
version: 0.3.1

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.3.0
17+
version: 0.3.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.3.0
21+
appVersion: 0.3.1

0 commit comments

Comments
 (0)