diff options
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 |