diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-14 14:07:33 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-11-14 14:07:37 +0100 |
commit | 2d0db7cd17b6690d505b22a2f542149662ebf619 (patch) | |
tree | 7948c8a62669fdf075d22fbfaeedcfe5a59c2ab5 /kubernetes/policy/components/policy-xacml-pdp | |
parent | 546e7acd3e3bdcfbbf31c28fcf81703dc994f384 (diff) |
[POLICY] Update docker images to latest versions
The image versions in policy values.yaml files have been updated
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I4a28d35bbdda2497faaa5c91baa42aaa9d398437
Diffstat (limited to 'kubernetes/policy/components/policy-xacml-pdp')
-rwxr-xr-x | kubernetes/policy/components/policy-xacml-pdp/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-xacml-pdp/values.yaml b/kubernetes/policy/components/policy-xacml-pdp/values.yaml index 1f773dde79..d4c20ccf0a 100755 --- a/kubernetes/policy/components/policy-xacml-pdp/values.yaml +++ b/kubernetes/policy/components/policy-xacml-pdp/values.yaml @@ -49,7 +49,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-xacml-pdp:2.8.2 +image: onap/policy-xacml-pdp:3.0.2 pullPolicy: Always # flag to enable debugging - application support required |