Skip to content

Commit

Permalink
release: v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitnayan committed Dec 24, 2021
1 parent 7d50895 commit f9c214b
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions deploy/docker/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- 9093:9093

query-service:
image: signoz/query-service:0.5.3
image: signoz/query-service:0.5.4
container_name: query-service
command: ["-config=/root/config/prometheus.yml"]
ports:
Expand All @@ -54,7 +54,7 @@ services:
condition: service_healthy

frontend:
image: signoz/frontend:0.5.3
image: signoz/frontend:0.5.4
container_name: frontend

depends_on:
Expand Down
8 changes: 4 additions & 4 deletions deploy/kubernetes/platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 6.0.0
- name: query-service
repository: file://./signoz-charts/query-service
version: 0.5.3
version: 0.5.4
- name: frontend
repository: file://./signoz-charts/frontend
version: 0.5.3
version: 0.5.4
- name: alertmanager
repository: file://./signoz-charts/alertmanager
version: 0.5.0
digest: sha256:891df4e1a3d9fc7bf2b4b67beb4e505f1ec4da20952c2e294ad8b16fcc4eccb7
generated: "2021-12-11T11:40:26.756851+05:30"
digest: sha256:b75aaa30cee8c67d7194fec3543e02389d4df0806982cce55d848b564ae9aad7
generated: "2021-12-24T13:23:16.211336+05:30"
4 changes: 2 additions & 2 deletions deploy/kubernetes/platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dependencies:
version: 6.0.0
- name: query-service
repository: "file://./signoz-charts/query-service"
version: 0.5.3
version: 0.5.4
- name: frontend
repository: "file://./signoz-charts/frontend"
version: 0.5.3
version: 0.5.4
- name: alertmanager
repository: "file://./signoz-charts/alertmanager"
version: 0.5.0
Binary file modified deploy/kubernetes/platform/charts/alertmanager-0.5.0.tgz
Binary file not shown.
Binary file removed deploy/kubernetes/platform/charts/frontend-0.5.3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.5.3
version: 0.5.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.5.3
appVersion: 0.5.4
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.5.3
version: 0.5.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.5.3
appVersion: 0.5.4

0 comments on commit f9c214b

Please sign in to comment.