Skip to content

Commit

Permalink
modify default IoTDB version config to V_1_0 (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceilzcx authored Nov 4, 2023
1 parent bb98f48 commit acb3fb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manager/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ warehouse:
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)
Expand Down
2 changes: 1 addition & 1 deletion script/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ warehouse:
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)
Expand Down
2 changes: 1 addition & 1 deletion script/helm/hertzbeat/templates/manager/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion script/helm/hertzbeat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acb3fb9

Please sign in to comment.