diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-09-26 08:06:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-26 08:06:07 +0000 |
commit | f8161974aba4eb1c450106135a4b2312bc44cd76 (patch) | |
tree | 99a6e9fb68ab10a1e3be9efb79775e9506a9004f /kubernetes/policy/components/policy-drools-pdp | |
parent | 54a46829db2c1119f3baa12de63f584d03aba8cd (diff) | |
parent | edb388e0f53cdc483734811183d487f5965c2caa (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 74c743cb2b..d48d05fe44 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.10.3 +image: onap/policy-pdpd-cl:1.11.0 pullPolicy: Always # flag to enable debugging - application support required |