From: Sylvain Desbureaux Date: Wed, 20 Oct 2021 19:56:45 +0000 (+0000) Subject: Merge "[SO] Add properties for history cleanup window" X-Git-Tag: 9.0.0~69 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=71a1981562725be2c9571015f11fcb406629986c Merge "[SO] Add properties for history cleanup window" --- 71a1981562725be2c9571015f11fcb406629986c diff --cc kubernetes/so/components/so-bpmn-infra/values.yaml index d4333ef630,e5d9f0a442..92c0a614c9 --- a/kubernetes/so/components/so-bpmn-infra/values.yaml +++ b/kubernetes/so/components/so-bpmn-infra/values.yaml @@@ -63,9 -63,16 +63,16 @@@ secrets ################################################################# # Application configuration defaults. ################################################################# -image: onap/so/bpmn-infra:1.9.0 +image: onap/so/bpmn-infra:1.9.2 pullPolicy: Always + bpmn: + historyTTL: 14 + + camunda: + sundayCleanupWindowStartTime: "04:00" + sundayCleanupWindowEndTime: "10:00" + db: userName: so_user userPassword: so_User123