File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ type: application
25
25
# This is the chart version. This version number should be incremented each time you make changes
26
26
# to the chart and its templates, including the app version.
27
27
# Versions are expected to follow Semantic Versioning (https://semver.org/)
28
- version : 0.11.0
28
+ version : 0.11.1
29
29
30
30
# This is the version number of the application being deployed. This version number should be
31
31
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 84
84
username = {{ .Values.config.meta.username | quote }}
85
85
password = {{ .Values.config.meta.password | quote }}
86
86
client_timeout_in_second = {{ .Values.config.meta.clientTimeoutInSecond | default 60 }}
87
+ auto_sync_interval = {{ .Values.config.meta.autoSyncInterval | default 60 }}
87
88
88
89
[storage]
89
90
type = {{ $storageType | quote }}
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ config:
138
138
username : " root"
139
139
password : " root"
140
140
clientTimeoutInSecond : 60
141
+ autoSyncInterval : 60
141
142
142
143
# [storage]
143
144
storage :
You can’t perform that action at this time.
0 commit comments