diff options
author | 2022-10-05 11:39:06 +0000 | |
---|---|---|
committer | 2022-10-05 11:39:06 +0000 | |
commit | 7e4cced6c92ffdbc480eb843592b0e500b350721 (patch) | |
tree | 4d7e33807db2f2eb2f7f888872b2ca75e064fe6c /kubernetes/policy/components/policy-api | |
parent | 65e43d124289468cceb28cf7b4481fd9ecea7f3f (diff) | |
parent | 9416a38ece6ca7ec73b853674cec610b27286db0 (diff) |
Merge "[POLICY] Update release images" into jakarta
Diffstat (limited to 'kubernetes/policy/components/policy-api')
-rwxr-xr-x | kubernetes/policy/components/policy-api/values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-api/values.yaml b/kubernetes/policy/components/policy-api/values.yaml index 0e3ada8956..c4f05e8505 100755 --- a/kubernetes/policy/components/policy-api/values.yaml +++ b/kubernetes/policy/components/policy-api/values.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2019-2022 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2022 Bell Canada. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -79,7 +79,7 @@ certInitializer: # Application configuration defaults. ################################################################# # application image -image: onap/policy-api:2.6.3 +image: onap/policy-api:2.6.4 pullPolicy: Always # flag to enable debugging - application support required |