From 3dbd504d3e8bf5409c4bef69ed229560a2834436 Mon Sep 17 00:00:00 2001 From: jhh Date: Mon, 31 Aug 2020 11:44:25 -0500 Subject: update policy staging images Issue-ID: POLICY-2794 Signed-off-by: jhh Change-Id: Id9ee90bf303f77c1e6db91ae2ce6a7166934c64d --- .../onap-rke/policy-staging-image-override.yaml | 5 ++--- .../heat/onap-rke/staging-image-override.yaml | 21 ++++++++------------- 2 files changed, 10 insertions(+), 16 deletions(-) (limited to 'deployment/heat') diff --git a/deployment/heat/onap-rke/policy-staging-image-override.yaml b/deployment/heat/onap-rke/policy-staging-image-override.yaml index e0d523b5d..cf35cea6b 100644 --- a/deployment/heat/onap-rke/policy-staging-image-override.yaml +++ b/deployment/heat/onap-rke/policy-staging-image-override.yaml @@ -1,11 +1,10 @@ --- policy: - image: onap/policy-pe:1.7-SNAPSHOT-latest - pap: + policy-pap: image: onap/policy-pap:2.3-SNAPSHOT-latest policy-xacml-pdp: image: onap/policy-xacml-pdp:2.3-SNAPSHOT-latest - drools: + policy-drools-pdp: image: onap/policy-pdpd-cl:1.7-SNAPSHOT-latest policy-apex-pdp: image: onap/policy-apex-pdp:2.4-SNAPSHOT-latest diff --git a/deployment/heat/onap-rke/staging-image-override.yaml b/deployment/heat/onap-rke/staging-image-override.yaml index 6701cb7ec..b5440f169 100644 --- a/deployment/heat/onap-rke/staging-image-override.yaml +++ b/deployment/heat/onap-rke/staging-image-override.yaml @@ -45,23 +45,18 @@ dcaegen2: nbi: image: onap/externalapi/nbi:6.0.0 policy: - image: onap/policy-pe:1.6-SNAPSHOT-latest - pap: - image: onap/policy-pap:2.2-SNAPSHOT-latest - brmsgw: - image: onap/policy-pe:1.6-SNAPSHOT-latest + policy-pap: + image: onap/policy-pap:2.3-SNAPSHOT-latest policy-xacml-pdp: - image: onap/policy-xacml-pdp:2.2-SNAPSHOT-latest - drools: - image: onap/policy-pdpd-cl:1.6-SNAPSHOT-latest - pdp: - image: onap/policy-pe:1.6-SNAPSHOT-latest + image: onap/policy-xacml-pdp:2.3-SNAPSHOT-latest + policy-drools-pdp: + image: onap/policy-pdpd-cl:1.7-SNAPSHOT-latest policy-apex-pdp: - image: onap/policy-apex-pdp:2.3-SNAPSHOT-latest + image: onap/policy-apex-pdp:2.4-SNAPSHOT-latest policy-api: - image: onap/policy-api:2.2-SNAPSHOT-latest + image: onap/policy-api:2.3-SNAPSHOT-latest policy-distribution: - image: onap/policy-distribution:2.3-SNAPSHOT-latest + image: onap/policy-distribution:2.4-SNAPSHOT-latest sdc: sdc-onboarding-be: image: onap/sdc-onboard-backend:1.6.3 -- cgit 1.2.3-korg