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 85c1e7c27390500876f2c82b55e9421aa70707c4
Author: Ceilzcx <[email protected]>
AuthorDate: Sat Nov 4 14:14:37 2023 +0800

    modify default IoTDB version config to V_1_0 (#1315)
---
 hertzbeat/templates/manager/configmap.yaml | 2 +-
 hertzbeat/values.yaml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hertzbeat/templates/manager/configmap.yaml 
b/hertzbeat/templates/manager/configmap.yaml
index ac207e2..f1d71e6 100644
--- a/hertzbeat/templates/manager/configmap.yaml
+++ b/hertzbeat/templates/manager/configmap.yaml
@@ -128,7 +128,7 @@ data:
           username: root
           password: root
           # org.dromara.hertzbeat.warehouse.config.IotDbVersion: V_0_13 || 
V_1_0
-          version: V_0_13
+          version: V_1_0
           query-timeout-in-ms: -1
           # 数据存储时间:默认'7776000000'(90天,单位为毫秒,-1代表永不过期)
           # data expire time, unit:ms, default '7776000000'(90 days, -1:never 
expire)
diff --git a/hertzbeat/values.yaml b/hertzbeat/values.yaml
index c99a6c0..b422e5b 100644
--- a/hertzbeat/values.yaml
+++ b/hertzbeat/values.yaml
@@ -74,7 +74,7 @@ tsdb:
     repository: apache/iotdb
     pullPolicy: IfNotPresent
     # Overrides the image tag whose default is the chart appVersion.
-    tag: "0.13.3-node"
+    tag: "1.2.2-standalone"
   timezone: "Asia/Shanghai"
   persistence:
     enabled: true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to