diff options
author | 2024-05-23 13:54:59 +0000 | |
---|---|---|
committer | 2024-05-23 13:54:59 +0000 | |
commit | 97946874d18f0b9a43b93e8312f138c1b32de640 (patch) | |
tree | b94a2976a156edebc796ab8f9d8234cf7040947d /kubernetes/policy/components/policy-api/values.yaml | |
parent | 2b3dbbbbbde11825b4ad264b08284cd2ee7e963b (diff) | |
parent | 1fa9c25fa7a751a1182b2999ced4906d76305278 (diff) |
Merge "[POLICY] Update docker images to latest versions"
Diffstat (limited to 'kubernetes/policy/components/policy-api/values.yaml')
-rwxr-xr-x | kubernetes/policy/components/policy-api/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-api/values.yaml b/kubernetes/policy/components/policy-api/values.yaml index c76be2fb23..70c06ccbf9 100755 --- a/kubernetes/policy/components/policy-api/values.yaml +++ b/kubernetes/policy/components/policy-api/values.yaml @@ -48,7 +48,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-api:3.1.2 +image: onap/policy-api:3.1.3 pullPolicy: Always # flag to enable debugging - application support required |