diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-23 17:56:37 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-23 17:56:37 +0100 |
commit | edb388e0f53cdc483734811183d487f5965c2caa (patch) | |
tree | 3253591b5863b3048e91198d114f172487be640d /kubernetes/policy/components/policy-apex-pdp/values.yaml | |
parent | e80759dab867db25cb72b750fe60484a28bed1d4 (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-4343
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I96f9d8d2857976f22f503810ba1d9bb42133cd6b
Diffstat (limited to 'kubernetes/policy/components/policy-apex-pdp/values.yaml')
-rwxr-xr-x | kubernetes/policy/components/policy-apex-pdp/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-apex-pdp/values.yaml b/kubernetes/policy/components/policy-apex-pdp/values.yaml index 92cd50c808..f0fa193281 100755 --- a/kubernetes/policy/components/policy-apex-pdp/values.yaml +++ b/kubernetes/policy/components/policy-apex-pdp/values.yaml @@ -57,7 +57,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-apex-pdp:2.7.3 +image: onap/policy-apex-pdp:2.8.0 pullPolicy: Always # flag to enable debugging - application support required |