diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-08-09 19:13:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-09 19:13:28 +0000 |
commit | f1b968da9c85b7f78938801c282f49e2e1dad5dc (patch) | |
tree | 0aef38b8190b5eb1872e8f43247f8f11f8d372a6 /kubernetes/policy/components/policy-pap | |
parent | 0ac914bafbb5b204592b78998fc7f52e37a670d7 (diff) | |
parent | 73e7fcb47decd6e85eebcb2a063a5c96afbd011b (diff) |
Merge "[POLICY] Image Versions for Maintenance 1" into honolulu
Diffstat (limited to 'kubernetes/policy/components/policy-pap')
-rwxr-xr-x | kubernetes/policy/components/policy-pap/resources/config/config.json | 1 | ||||
-rwxr-xr-x | kubernetes/policy/components/policy-pap/values.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-pap/resources/config/config.json b/kubernetes/policy/components/policy-pap/resources/config/config.json index 0b30a27535..4132268beb 100755 --- a/kubernetes/policy/components/policy-pap/resources/config/config.json +++ b/kubernetes/policy/components/policy-pap/resources/config/config.json @@ -47,6 +47,7 @@ "databasePassword": "${SQL_PASSWORD}", "persistenceUnit": "PolicyMariaDb" }, + "savePdpStatisticsInDb": true, "topicParameterGroup": { "topicSources" : [{ "topic" : "POLICY-PDP-PAP", diff --git a/kubernetes/policy/components/policy-pap/values.yaml b/kubernetes/policy/components/policy-pap/values.yaml index ec177d82c1..570b655f1d 100755 --- a/kubernetes/policy/components/policy-pap/values.yaml +++ b/kubernetes/policy/components/policy-pap/values.yaml @@ -95,7 +95,7 @@ certInitializer: # Application configuration defaults. ################################################################# # application image -image: onap/policy-pap:2.4.2 +image: onap/policy-pap:2.4.5 pullPolicy: Always # flag to enable debugging - application support required |