diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-07-13 10:55:47 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-07-13 11:03:48 -0500 |
commit | a7dbd02b66ec12ed43464d05ca04a33a1b9f2492 (patch) | |
tree | c582debb4235518fdf8a6445e522e4e96770bcc9 /kubernetes/policy/charts/pap/values.yaml | |
parent | 85ba9615ed6d06f6cb86dbe5a076a76103e70990 (diff) |
[POLICY] update released images
- update to the latest released images versions.
- added fetchTimeout configuration to XACML-PDP and PAP
for POLICY-2702.
Issue-ID: POLICY-2695
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I492212e3920f93d42870ca20b7d0ca38c7841831
Diffstat (limited to 'kubernetes/policy/charts/pap/values.yaml')
-rw-r--r-- | kubernetes/policy/charts/pap/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/pap/values.yaml b/kubernetes/policy/charts/pap/values.yaml index 2bbefa1e16..3eba5564ac 100644 --- a/kubernetes/policy/charts/pap/values.yaml +++ b/kubernetes/policy/charts/pap/values.yaml @@ -60,7 +60,7 @@ secrets: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/policy-pap:2.2.3 +image: onap/policy-pap:2.3.0 pullPolicy: Always # flag to enable debugging - application support required |