Merge "[POLICY] Use apex 2.4.4 and drools 1.7.5"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 19 Nov 2020 15:48:27 +0000 (15:48 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 19 Nov 2020 15:48:27 +0000 (15:48 +0000)
kubernetes/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json
kubernetes/policy/components/policy-apex-pdp/values.yaml
kubernetes/policy/components/policy-drools-pdp/values.yaml

index 539ef5a..66a42f0 100755 (executable)
@@ -28,6 +28,7 @@
             "topic" : "POLICY-PDP-PAP",
             "servers" : [ "message-router" ],
             "useHttps" : true,
+            "fetchTimeout": 15000,
             "topicCommInfrastructure" : "dmaap"
         }],
         "topicSinks" : [{
index 6243d26..23788e2 100755 (executable)
@@ -52,7 +52,7 @@ secrets:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/policy-apex-pdp:2.4.3
+image: onap/policy-apex-pdp:2.4.4
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 61532fa..6c865d8 100755 (executable)
@@ -39,7 +39,7 @@ secrets:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/policy-pdpd-cl:1.7.4
+image: onap/policy-pdpd-cl:1.7.5
 pullPolicy: Always
 
 # flag to enable debugging - application support required