diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-01-12 07:54:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-12 07:54:19 +0000 |
commit | c530a5de5a8736e5492d3977656b925da5f05c4a (patch) | |
tree | 3e912e3e3fae9d2799400fd702e2dedd228eb4a2 /kubernetes/policy/components/policy-apex-pdp/values.yaml | |
parent | 12f6b432b9d79d18f93cff91c9cd7aa7a7723d4f (diff) | |
parent | 312ab3700fea8579a9f072f095f3c6a1ef66f9d0 (diff) |
Merge "[POLICY] Update docker images to latest versions"
Diffstat (limited to 'kubernetes/policy/components/policy-apex-pdp/values.yaml')
-rwxr-xr-x | kubernetes/policy/components/policy-apex-pdp/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-apex-pdp/values.yaml b/kubernetes/policy/components/policy-apex-pdp/values.yaml index 3318a199f1..48e6802219 100755 --- a/kubernetes/policy/components/policy-apex-pdp/values.yaml +++ b/kubernetes/policy/components/policy-apex-pdp/values.yaml @@ -49,7 +49,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-apex-pdp:2.6.1 +image: onap/policy-apex-pdp:2.7.0 pullPolicy: Always # flag to enable debugging - application support required |