diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-04-09 16:35:50 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-04-15 11:50:34 -0500 |
commit | 110657a0dcf682f7b5b0d533a36a36fe0df0cc84 (patch) | |
tree | 4fb9b384150d6c9b21aca6a69332857e87e2d15c /kubernetes/policy/charts/policy-distribution | |
parent | 5dd67b4ad46e1769aee148218337c1a61f3727b4 (diff) |
[POLICY] legacy pdp health + new image versions
Issue-ID: POLICY-2471
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ia05d2c52e99757dafff4ac8bbcc7ef4269734707
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'kubernetes/policy/charts/policy-distribution')
-rw-r--r-- | kubernetes/policy/charts/policy-distribution/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/policy-distribution/values.yaml b/kubernetes/policy/charts/policy-distribution/values.yaml index 2d62d1b571..835bfc4656 100644 --- a/kubernetes/policy/charts/policy-distribution/values.yaml +++ b/kubernetes/policy/charts/policy-distribution/values.yaml @@ -28,7 +28,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/policy-distribution:2.3.0 +image: onap/policy-distribution:2.3.1 pullPolicy: Always # flag to enable debugging - application support required |