diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-31 07:50:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-31 07:50:14 +0000 |
commit | 74026191c6e0e3e07632ce697b7ece23c8fda91d (patch) | |
tree | a14a18059e9705966a93a8ad5df5d8abe2ce0456 /kubernetes/policy/components/policy-drools-pdp/values.yaml | |
parent | a0af60aad20b8d372c21854c0ead5f484fa22d44 (diff) | |
parent | 66c78e554543250cf808c7822f8b11a05cabb953 (diff) |
Merge "[POLICY] Update core images/config for RC istanbul"
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 678cce74ee..fa0fda80e1 100755 --- a/kubernetes/policy/components/policy-drools-pdp/values.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/values.yaml @@ -35,7 +35,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/policy-pdpd-cl:1.9.0 +image: onap/policy-pdpd-cl:1.9.1 pullPolicy: Always # flag to enable debugging - application support required |