diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-02-24 12:10:02 -0600 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2021-02-26 21:48:16 +0000 |
commit | 999c224beba24018d4a7a79ded4adcc4c52d0cdf (patch) | |
tree | 24ba5ab612f75c50dd3d575ae46a43ba6f93defc /kubernetes/policy/components/policy-apex-pdp/values.yaml | |
parent | ee9dcfa335b1ad71af665c5dd6604bb779891bf1 (diff) |
[POLICY] Update released versions
Update released versions for M3 Honolulu
Issue-ID: POLICY-3032
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: If87afd9a00e444265b91372d1f7201415284f6b5
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'kubernetes/policy/components/policy-apex-pdp/values.yaml')
-rwxr-xr-x | kubernetes/policy/components/policy-apex-pdp/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-apex-pdp/values.yaml b/kubernetes/policy/components/policy-apex-pdp/values.yaml index 6b13133815..fb4742e9e4 100755 --- a/kubernetes/policy/components/policy-apex-pdp/values.yaml +++ b/kubernetes/policy/components/policy-apex-pdp/values.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2018 Ericsson. All rights reserved. -# Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. +# Modifications Copyright (C) 2019-2021 AT&T Intellectual Property. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -49,7 +49,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-apex-pdp:2.4.4 +image: onap/policy-apex-pdp:2.5.0 pullPolicy: Always # flag to enable debugging - application support required |