From d312398f1826ba6111381b95637233467e2383bc Mon Sep 17 00:00:00 2001 From: Ankit Anand Date: Tue, 1 Jun 2021 15:57:21 +0530 Subject: [PATCH] changed values for release 0.3.0 --- deploy/kubernetes/platform/Chart.lock | 8 ++++---- deploy/kubernetes/platform/Chart.yaml | 4 ++-- .../kubernetes/platform/signoz-charts/frontend/Chart.yaml | 4 ++-- .../platform/signoz-charts/query-service/Chart.yaml | 4 ++-- .../platform/signoz-charts/query-service/values.yaml | 1 + deploy/kubernetes/platform/values.yaml | 1 + 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/deploy/kubernetes/platform/Chart.lock b/deploy/kubernetes/platform/Chart.lock index f66264f65b..90f4817fe6 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.2 + version: 0.3.0 - name: frontend repository: file://./signoz-charts/frontend - version: 0.2.3 -digest: sha256:31c8e3a8a4c89d0e6071c6687f074e88b3eed8ce86310314e5b6f94e5d5017be -generated: "2021-05-18T16:54:30.24831+05:30" + version: 0.3.0 +digest: sha256:89a0d7ebecdc6e59fc704b7b1f2fe9bac18d6c6f249f3d9db84ed4a12b6b3afc +generated: "2021-06-01T15:56:28.250258+05:30" diff --git a/deploy/kubernetes/platform/Chart.yaml b/deploy/kubernetes/platform/Chart.yaml index 3ea93cb1ea..f254a4dc14 100644 --- a/deploy/kubernetes/platform/Chart.yaml +++ b/deploy/kubernetes/platform/Chart.yaml @@ -37,7 +37,7 @@ dependencies: version: 0.2.0 - name: query-service repository: "file://./signoz-charts/query-service" - version: 0.2.2 + version: 0.3.0 - name: frontend repository: "file://./signoz-charts/frontend" - version: 0.2.3 \ No newline at end of file + version: 0.3.0 \ 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 f829a5ab92..003abdfa32 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.3 +version: 0.3.0 # 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.3 +appVersion: 0.3.0 diff --git a/deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml b/deploy/kubernetes/platform/signoz-charts/query-service/Chart.yaml index a188d8098e..71480e69fa 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.2 +version: 0.3.0 # 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.3.0 diff --git a/deploy/kubernetes/platform/signoz-charts/query-service/values.yaml b/deploy/kubernetes/platform/signoz-charts/query-service/values.yaml index a145c18809..53de74316b 100644 --- a/deploy/kubernetes/platform/signoz-charts/query-service/values.yaml +++ b/deploy/kubernetes/platform/signoz-charts/query-service/values.yaml @@ -16,6 +16,7 @@ fullnameOverride: "" configVars: DruidClientUrl: http://signoz-druid-router:8888 DruidDatasource: flattened_spans + STORAGE: druid POSTHOG_API_KEY: "H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w" diff --git a/deploy/kubernetes/platform/values.yaml b/deploy/kubernetes/platform/values.yaml index 3da37a281d..a747ab7f8f 100644 --- a/deploy/kubernetes/platform/values.yaml +++ b/deploy/kubernetes/platform/values.yaml @@ -45,3 +45,4 @@ query-service: configVars: DruidClientUrl: http://signoz-druid-router:8888 DruidDatasource: flattened_spans + STORAGE: druid