aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-04-08 11:32:14 -0400
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-04-13 06:33:32 +0000
commit73320d8828ad60b4b4f7dc6f173684ed26d46ca2 (patch)
treeec36f01f1298f6b874e3438a2c3eb00a4b31ecf5
parent51a3229247fe40fcc5bd63bd3b673e216b6e37ee (diff)
[CCSDK] Install bug fix for A1 policy manager
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
-rw-r--r--kubernetes/a1policymanagement/values.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/a1policymanagement/values.yaml b/kubernetes/a1policymanagement/values.yaml
index 7892142de3..7ba0b5881e 100644
--- a/kubernetes/a1policymanagement/values.yaml
+++ b/kubernetes/a1policymanagement/values.yaml
@@ -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