This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch helm-chart in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git
commit 21a083fb2133d262f94d6739529153ea8cb2a88b Author: vinci <[email protected]> AuthorDate: Tue Apr 9 22:36:54 2024 +0800 [Improve] migrate to apache(#1724) Signed-off-by: tomsun28 <[email protected]> Co-authored-by: tomsun28 <[email protected]> --- hertzbeat/templates/manager/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hertzbeat/templates/manager/configmap.yaml b/hertzbeat/templates/manager/configmap.yaml index 91e7f24..623e312 100644 --- a/hertzbeat/templates/manager/configmap.yaml +++ b/hertzbeat/templates/manager/configmap.yaml @@ -120,7 +120,7 @@ data: rpc-port: 6667 username: root password: root - # org.dromara.hertzbeat.warehouse.config.IotDbVersion: V_0_13 || V_1_0 + # org.apache.hertzbeat.warehouse.config.IotDbVersion: V_0_13 || V_1_0 version: V_1_0 query-timeout-in-ms: -1 # 数据存储时间:默认'7776000000'(90天,单位为毫秒,-1代表永不过期) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
