diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-07-14 08:40:39 -0500 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-08-06 19:12:57 +0000 |
commit | 73e7fcb47decd6e85eebcb2a063a5c96afbd011b (patch) | |
tree | 73c6a3cc5842ddb2af68db55182792f3d9c7e420 /kubernetes/policy/components/policy-pap | |
parent | 2965155ba0466ebb04d12d0550ebf14643967e19 (diff) |
[POLICY] Image Versions for Maintenance 1
Update policy image version
Issue-ID: POLICY-3467
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I278e838ae0f0e9236b302fe895c3a12f3d5fdc34
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
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 |