feat(argo-events): Upgrade controller to v1.7.1 (#1358)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
418ec740b4
commit
6d2dd8cca7
3 changed files with 14 additions and 11 deletions
|
|
@ -24,6 +24,7 @@ data:
|
|||
# Only configure "max_memory_store" or "max_file_store", do not set "store_dir" as it has been hardcoded.
|
||||
max_memory_store: {{ .Values.configs.jetstream.settings.maxMemoryStore | default -1 }}
|
||||
max_file_store: {{ .Values.configs.jetstream.settings.maxFileStore | default -1 }}
|
||||
# The default properties of the streams to be created in this JetStream service
|
||||
streamConfig: |
|
||||
maxMsgs: {{ .Values.configs.jetstream.streamConfig.maxMsgs }}
|
||||
maxAge: {{ .Values.configs.jetstream.streamConfig.maxAge }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue