mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 17:49:02 +08:00
changed values for release 0.3.0
This commit is contained in:
parent
d891c3e118
commit
d312398f18
@ -13,9 +13,9 @@ dependencies:
|
|||||||
version: 0.2.0
|
version: 0.2.0
|
||||||
- name: query-service
|
- name: query-service
|
||||||
repository: file://./signoz-charts/query-service
|
repository: file://./signoz-charts/query-service
|
||||||
version: 0.2.2
|
version: 0.3.0
|
||||||
- name: frontend
|
- name: frontend
|
||||||
repository: file://./signoz-charts/frontend
|
repository: file://./signoz-charts/frontend
|
||||||
version: 0.2.3
|
version: 0.3.0
|
||||||
digest: sha256:31c8e3a8a4c89d0e6071c6687f074e88b3eed8ce86310314e5b6f94e5d5017be
|
digest: sha256:89a0d7ebecdc6e59fc704b7b1f2fe9bac18d6c6f249f3d9db84ed4a12b6b3afc
|
||||||
generated: "2021-05-18T16:54:30.24831+05:30"
|
generated: "2021-06-01T15:56:28.250258+05:30"
|
||||||
|
@ -37,7 +37,7 @@ dependencies:
|
|||||||
version: 0.2.0
|
version: 0.2.0
|
||||||
- name: query-service
|
- name: query-service
|
||||||
repository: "file://./signoz-charts/query-service"
|
repository: "file://./signoz-charts/query-service"
|
||||||
version: 0.2.2
|
version: 0.3.0
|
||||||
- name: frontend
|
- name: frontend
|
||||||
repository: "file://./signoz-charts/frontend"
|
repository: "file://./signoz-charts/frontend"
|
||||||
version: 0.2.3
|
version: 0.3.0
|
@ -14,8 +14,8 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# 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
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: 0.2.3
|
appVersion: 0.3.0
|
||||||
|
@ -14,8 +14,8 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# 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
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: 0.2.2
|
appVersion: 0.3.0
|
||||||
|
@ -16,6 +16,7 @@ fullnameOverride: ""
|
|||||||
configVars:
|
configVars:
|
||||||
DruidClientUrl: http://signoz-druid-router:8888
|
DruidClientUrl: http://signoz-druid-router:8888
|
||||||
DruidDatasource: flattened_spans
|
DruidDatasource: flattened_spans
|
||||||
|
STORAGE: druid
|
||||||
POSTHOG_API_KEY: "H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w"
|
POSTHOG_API_KEY: "H-htDCae7CR3RV57gUzmol6IAKtm5IMCvbcm_fwnL-w"
|
||||||
|
|
||||||
|
|
||||||
|
@ -45,3 +45,4 @@ query-service:
|
|||||||
configVars:
|
configVars:
|
||||||
DruidClientUrl: http://signoz-druid-router:8888
|
DruidClientUrl: http://signoz-druid-router:8888
|
||||||
DruidDatasource: flattened_spans
|
DruidDatasource: flattened_spans
|
||||||
|
STORAGE: druid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user