Skip to content

Commit

Permalink
feat: add auto_sync_interval (#122)
Browse files Browse the repository at this point in the history
* feat: add auto_sync_interval

* bump version
  • Loading branch information
hantmac authored Dec 26, 2024
1 parent 13ae788 commit 62cf16b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/databend-query/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.11.0
version: 0.11.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/databend-query/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ data:
username = {{ .Values.config.meta.username | quote }}
password = {{ .Values.config.meta.password | quote }}
client_timeout_in_second = {{ .Values.config.meta.clientTimeoutInSecond | default 60 }}
auto_sync_interval = {{ .Values.config.meta.autoSyncInterval | default 60 }}
[storage]
type = {{ $storageType | quote }}
Expand Down
1 change: 1 addition & 0 deletions charts/databend-query/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ config:
username: "root"
password: "root"
clientTimeoutInSecond: 60
autoSyncInterval: 60

# [storage]
storage:
Expand Down

0 comments on commit 62cf16b

Please sign in to comment.