From 312ab3700fea8579a9f072f095f3c6a1ef66f9d0 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 13 Dec 2021 14:33:33 +0000 Subject: [POLICY] Update docker images to latest versions The image versions in policy values.yaml files have been updated and the CLAMP runtime configuration has been updated to use Spring style configuration *** This commit is generated by a PF release script *** Issue-ID: POLICY-3827 Signed-off-by: liamfallon Change-Id: I220773eb7728d8f5cff36faad388970e1732f12c Signed-off-by: liamfallon --- kubernetes/policy/components/policy-api/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/policy/components/policy-api/values.yaml') diff --git a/kubernetes/policy/components/policy-api/values.yaml b/kubernetes/policy/components/policy-api/values.yaml index 43ec1d7e62..e037c64e15 100755 --- a/kubernetes/policy/components/policy-api/values.yaml +++ b/kubernetes/policy/components/policy-api/values.yaml @@ -78,7 +78,7 @@ certInitializer: # Application configuration defaults. ################################################################# # application image -image: onap/policy-api:2.5.1 +image: onap/policy-api:2.6.0 pullPolicy: Always # flag to enable debugging - application support required -- cgit 1.2.3-korg