diff options
author | Taka Cho <takamune.cho@att.com> | 2020-10-08 13:50:09 -0400 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-09 06:32:45 +0000 |
commit | ebd6295ff8123f7abb5569ada91089c869f58031 (patch) | |
tree | 8a2002505453be8cf20c41010e080c4ea738e0d1 /kubernetes/policy/components/policy-distribution | |
parent | bfe75a346b6ac671723affa5770b4caf4ae7f79a (diff) |
[POLICY]release new images
1. releasing new policy docker
2. remove BASE64 password
3. remove legacy operation type in apex
Issue-ID: POLICY-2770
Change-Id: Ic1c8315687cb726c3888a4345bc163d42994fa52
Signed-off-by: Taka Cho <takamune.cho@att.com>
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 9d20941773..748c5ccc61 100755 --- a/kubernetes/policy/components/policy-distribution/values.yaml +++ b/kubernetes/policy/components/policy-distribution/values.yaml @@ -70,7 +70,7 @@ global: ################################################################# # application image repository: nexus3.onap.org:10001 -image: onap/policy-distribution:2.4.1 +image: onap/policy-distribution:2.4.2 pullPolicy: Always # flag to enable debugging - application support required |