diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-08-24 13:04:17 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-08-24 13:08:37 -0500 |
commit | 9b151c6616c0e718edd9955e1c3e9597a5cbbc5e (patch) | |
tree | 681db700021a27a46fc7dcfbfdb1063d32febec1 /deployment/heat | |
parent | 8daf233bf6e373e61772cdb99c0cb690b3aa9501 (diff) |
update policy staging images
Issue-ID: POLICY-2794
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I2d4cffc3350a28ed17ec3aedafd78691c1e11808
Diffstat (limited to 'deployment/heat')
-rw-r--r-- | deployment/heat/onap-rke/policy-staging-image-override.yaml | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/deployment/heat/onap-rke/policy-staging-image-override.yaml b/deployment/heat/onap-rke/policy-staging-image-override.yaml index 4c3ce5d4b..e0d523b5d 100644 --- a/deployment/heat/onap-rke/policy-staging-image-override.yaml +++ b/deployment/heat/onap-rke/policy-staging-image-override.yaml @@ -1,19 +1,15 @@ --- policy: - image: onap/policy-pe:1.6-SNAPSHOT-latest + image: onap/policy-pe:1.7-SNAPSHOT-latest pap: - image: onap/policy-pap:2.2-SNAPSHOT-latest - brmsgw: - image: onap/policy-pe:1.6-SNAPSHOT-latest + image: onap/policy-pap:2.3-SNAPSHOT-latest policy-xacml-pdp: - image: onap/policy-xacml-pdp:2.2-SNAPSHOT-latest + image: onap/policy-xacml-pdp:2.3-SNAPSHOT-latest drools: - image: onap/policy-pdpd-cl:1.6-SNAPSHOT-latest - pdp: - image: onap/policy-pe:1.6-SNAPSHOT-latest + 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 |