diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-11-28 07:32:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-11-28 07:32:14 +0000 |
commit | ef27f24dc62bd96e8ba6101a7330553bc21fe733 (patch) | |
tree | 97f4d1dffee0ae196cfce5ea474f6fe84d175b3a /kubernetes/policy/components/policy-drools-pdp | |
parent | 8704c6674f87a501e268aeaa99672b41d59e7073 (diff) | |
parent | 072e2d5c4c71f7f7179e38863c249e5813c9e3a1 (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/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/policy/components/policy-drools-pdp/values.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-drools-pdp/Chart.yaml b/kubernetes/policy/components/policy-drools-pdp/Chart.yaml index 25060ae593..37ab25cf88 100755 --- a/kubernetes/policy/components/policy-drools-pdp/Chart.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/Chart.yaml @@ -19,7 +19,7 @@ apiVersion: v2 description: ONAP Drools Policy Engine (PDP-D) name: policy-drools-pdp -version: 14.0.2 +version: 15.0.0 dependencies: - name: common diff --git a/kubernetes/policy/components/policy-drools-pdp/values.yaml b/kubernetes/policy/components/policy-drools-pdp/values.yaml index f22d642e95..8fbd6c6446 100644 --- a/kubernetes/policy/components/policy-drools-pdp/values.yaml +++ b/kubernetes/policy/components/policy-drools-pdp/values.yaml @@ -47,7 +47,7 @@ secrets: ################################################################# # application image # The newest images have been tested with SASL and Postgres. The images released next will have the relevant fixes -image: onap/policy-pdpd-cl:2.1.3 +image: onap/policy-pdpd-cl:3.0.1 pullPolicy: Always |