diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-06-02 16:15:03 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-06-03 06:52:53 -0500 |
commit | 1ba556dfafe98d298630d997251de8331528d975 (patch) | |
tree | af8c18a786a21812b94b4ea7a089dbd1580cb306 /kubernetes/policy/charts/policy-pap | |
parent | bd69b018a250990a6923b0d74c7a573d2e3e6b2c (diff) |
[POLICY] new elato images
New images are needed in ElAlto since some components
did not support external certificate configuration.
Update license headers to 2020
Issue-ID: POLICY-2519
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Id5b395d28fda6b60c06ebec818068fad204310eb
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'kubernetes/policy/charts/policy-pap')
-rw-r--r-- | kubernetes/policy/charts/policy-pap/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/charts/policy-pap/values.yaml b/kubernetes/policy/charts/policy-pap/values.yaml index bcf08f20e8..a240bed9fe 100644 --- a/kubernetes/policy/charts/policy-pap/values.yaml +++ b/kubernetes/policy/charts/policy-pap/values.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019 Nordix Foundation. -# Modifications Copyright (C) 2019 AT&T Intellectual Property. +# Modifications Copyright (C) 2019-2020 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. @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/policy-pap:2.1.2 +image: onap/policy-pap:2.1.3 pullPolicy: Always # flag to enable debugging - application support required |