diff --git a/deploy/docker/docker-compose-tiny.yaml b/deploy/docker/docker-compose-tiny.yaml index 7368520ef0..be68f16f4d 100644 --- a/deploy/docker/docker-compose-tiny.yaml +++ b/deploy/docker/docker-compose-tiny.yaml @@ -158,7 +158,7 @@ services: query-service: - image: signoz.docker.scarf.sh/signoz/query-service:0.2.1 + image: signoz.docker.scarf.sh/signoz/query-service:0.2.2 container_name: query-service depends_on: @@ -173,7 +173,7 @@ services: frontend: - image: signoz/frontend:0.2.2 + image: signoz/frontend:0.2.3 container_name: frontend depends_on: diff --git a/deploy/docker/docker-compose.yaml b/deploy/docker/docker-compose.yaml index 3799c69bbc..23eb247220 100644 --- a/deploy/docker/docker-compose.yaml +++ b/deploy/docker/docker-compose.yaml @@ -153,7 +153,7 @@ services: query-service: - image: signoz.docker.scarf.sh/signoz/query-service:0.2.1 + image: signoz.docker.scarf.sh/signoz/query-service:0.2.2 container_name: query-service depends_on: @@ -168,7 +168,7 @@ services: frontend: - image: signoz/frontend:0.2.2 + image: signoz/frontend:0.2.3 container_name: frontend depends_on: diff --git a/deploy/kubernetes/platform/Chart.lock b/deploy/kubernetes/platform/Chart.lock index 99a6d72b5b..f66264f65b 100644 --- a/deploy/kubernetes/platform/Chart.lock +++ b/deploy/kubernetes/platform/Chart.lock @@ -13,9 +13,9 @@ dependencies: version: 0.2.0 - name: query-service repository: file://./signoz-charts/query-service - version: 0.2.1 + version: 0.2.2 - name: frontend repository: file://./signoz-charts/frontend - version: 0.2.2 -digest: sha256:d6b6e01edc8f21b10580f67f2139c7d2b613b111a1e4699d5237e94d864dd3e4 -generated: "2021-05-10T10:44:53.508531+05:30" + version: 0.2.3 +digest: sha256:31c8e3a8a4c89d0e6071c6687f074e88b3eed8ce86310314e5b6f94e5d5017be +generated: "2021-05-18T16:54:30.24831+05:30" diff --git a/deploy/kubernetes/platform/Chart.yaml b/deploy/kubernetes/platform/Chart.yaml index 9dd27f4a0b..3ea93cb1ea 100644 --- a/deploy/kubernetes/platform/Chart.yaml +++ b/deploy/kubernetes/platform/Chart.yaml @@ -15,12 +15,12 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.2.1 +appVersion: 0.2.2 dependencies: - name: zookeeper @@ -37,7 +37,7 @@ dependencies: version: 0.2.0 - name: query-service repository: "file://./signoz-charts/query-service" - version: 0.2.1 + version: 0.2.2 - name: frontend repository: "file://./signoz-charts/frontend" - version: 0.2.2 \ No newline at end of file + version: 0.2.3 \ No newline at end of file diff --git a/deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml b/deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml index 5a2de845c7..f829a5ab92 100644 --- a/deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml +++ b/deploy/kubernetes/platform/signoz-charts/frontend/Chart.yaml @@ -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.2.2 +version: 0.2.3 # 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.2.2 +appVersion: 0.2.3 diff --git a/deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml b/deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml index 172e68d3c1..a188d8098e 100644 --- a/deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml +++ b/deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml @@ -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.2.1 +version: 0.2.2 # 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.2.1 +appVersion: 0.2.2