diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-08-09 19:13:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-09 19:13:28 +0000 |
commit | f1b968da9c85b7f78938801c282f49e2e1dad5dc (patch) | |
tree | 0aef38b8190b5eb1872e8f43247f8f11f8d372a6 /kubernetes/policy/components/policy-apex-pdp | |
parent | 0ac914bafbb5b204592b78998fc7f52e37a670d7 (diff) | |
parent | 73e7fcb47decd6e85eebcb2a063a5c96afbd011b (diff) |
Merge "[POLICY] Image Versions for Maintenance 1" into honolulu
Diffstat (limited to 'kubernetes/policy/components/policy-apex-pdp')
-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 22edcff601..48cf56c8b4 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.5.2 +image: onap/policy-apex-pdp:2.5.4 pullPolicy: Always # flag to enable debugging - application support required |