diff options
author | liamfallon <liam.fallon@est.tech> | 2022-11-29 14:53:18 +0000 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2022-12-01 09:36:43 +0000 |
commit | b4cace6e83aa503b3211076c8c97caf8ccee5422 (patch) | |
tree | 7affffb579139696c6c499d909e54233c262a5c5 /kubernetes/policy/components/policy-distribution/values.yaml | |
parent | df69a9ce6072acd0edb5aa7b87c0a82ebdd04249 (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-4462
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I6154e8409900eca422f6b9392883d50232d1f573
Diffstat (limited to 'kubernetes/policy/components/policy-distribution/values.yaml')
-rwxr-xr-x | kubernetes/policy/components/policy-distribution/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-distribution/values.yaml b/kubernetes/policy/components/policy-distribution/values.yaml index 22c8fc4ba9..d9df88ce79 100755 --- a/kubernetes/policy/components/policy-distribution/values.yaml +++ b/kubernetes/policy/components/policy-distribution/values.yaml @@ -67,7 +67,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/policy-distribution:2.8.1 +image: onap/policy-distribution:2.8.2 pullPolicy: Always # flag to enable debugging - application support required |