[CCSDK] Install bug fix for A1 policy manager 30/120330/6
authorDan Timoney <dtimoney@att.com>
Thu, 8 Apr 2021 15:32:14 +0000 (11:32 -0400)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 13 Apr 2021 06:33:32 +0000 (06:33 +0000)
Bump version of a1 policy manager to install bug fix for
issue CCSDK-3227, which is causing flood of log message
to sdnc pod.

Issue-ID: CCSDK-3227
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia43dfed07490571d3d1fa588d894fc13c282c4e2

kubernetes/a1policymanagement/values.yaml

index 7892142..7ba0b58 100644 (file)
@@ -67,7 +67,7 @@ certInitializer:
     echo "*** change ownership of certificates to targeted user"
     chown -R 1000 .
 
-image: onap/ccsdk-oran-a1policymanagementservice:1.1.1
+image: onap/ccsdk-oran-a1policymanagementservice:1.1.3
 userID: 1000 #Should match with image-defined user ID
 groupID: 999 #Should match with image-defined group ID
 pullPolicy: IfNotPresent