diff options
author | 2023-11-22 14:23:54 +0000 | |
---|---|---|
committer | 2023-11-22 14:23:54 +0000 | |
commit | b79671556abd980c1fe0d48dcb96ef8437173b7a (patch) | |
tree | 7393ac5d9cdd3ecfc96fab001c5a8ddc74028d18 /kubernetes/policy/components/policy-drools-pdp | |
parent | b686b5da265779af6f2180200ac396a1efac8f95 (diff) | |
parent | 2d0db7cd17b6690d505b22a2f542149662ebf619 (diff) |
Merge "[POLICY] Update docker images to latest versions"
Diffstat (limited to 'kubernetes/policy/components/policy-drools-pdp')
-rwxr-xr-x | kubernetes/policy/components/policy-drools-pdp/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-drools-pdp/values.yaml b/kubernetes/policy/components/policy-drools-pdp/values.yaml index 3b4ad5c4c0..fe94cd7da7 100755 --- a/kubernetes/policy/components/policy-drools-pdp/values.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/values.yaml @@ -41,7 +41,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-pdpd-cl:1.12.2 +image: onap/policy-pdpd-cl:2.0.2 pullPolicy: Always # flag to enable debugging - application support required |