diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-12-01 11:18:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-12-01 11:18:56 +0000 |
commit | e0259590627cd9e7925b6912ac2203091dbb54bf (patch) | |
tree | 182c4247400b527bc908c6280162937ce2ef3a2b /kubernetes/policy/components/policy-drools-pdp/values.yaml | |
parent | 8c26e59d30a185186cf33988a0dbb859409f73eb (diff) | |
parent | 2c51ce87a0e2d72cd0537cbf1836e4eac800133a (diff) |
Merge "[POLICY] Update docker images to latest versions"
Diffstat (limited to 'kubernetes/policy/components/policy-drools-pdp/values.yaml')
-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 7b55612a9a..6b2d9a14eb 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.11.1 +image: onap/policy-pdpd-cl:1.11.2 pullPolicy: Always # flag to enable debugging - application support required |