diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-26 12:45:10 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-26 12:45:10 +0100 |
commit | 82b27e69e7afec851802ff3fcfab435df3ef0291 (patch) | |
tree | c059f500aea7307b556cc90423056c098cfcd465 /kubernetes/policy/components/policy-distribution | |
parent | c64f1c0954e631709083499f6d1c80258c7809ee (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-4970
Change-Id: Ib431ebb448205fb79808dab8e1edc2c6aaaaf13c
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'kubernetes/policy/components/policy-distribution')
-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 fd2fe2e5df..ba160c86b2 100755 --- a/kubernetes/policy/components/policy-distribution/values.yaml +++ b/kubernetes/policy/components/policy-distribution/values.yaml @@ -58,7 +58,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/policy-distribution:3.1.0 +image: onap/policy-distribution:3.1.2 pullPolicy: Always # flag to enable debugging - application support required |