feat(argo-events): Upgrade controller to v1.7.1 (#1358)

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
Petr Drastil 2022-07-04 11:49:55 +02:00 committed by GitHub
parent 418ec740b4
commit 6d2dd8cca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 11 deletions

View file

@ -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 }}