From: Mandeep Khinda Date: Fri, 8 Sep 2017 15:33:28 +0000 (+0000) Subject: Merge "Policy 1.1 in Kubernetes" X-Git-Tag: 2.0.0-ONAP~680 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=f6a39a8d6b2d2ee44d157c71a396e4de32ccba69 Merge "Policy 1.1 in Kubernetes" --- f6a39a8d6b2d2ee44d157c71a396e4de32ccba69 diff --cc kubernetes/policy/values.yaml index 25823b0969,e11ad74294..1b2ed0f880 --- a/kubernetes/policy/values.yaml +++ b/kubernetes/policy/values.yaml @@@ -1,10 -1,14 +1,15 @@@ nsPrefix: onap pullPolicy: Always +nodePortPrefix: 302 image: - readiness: oomk8s/readiness-check:1.0.0 - policyPe: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.0-STAGING-latest - policyDrools: nexus3.onap.org:10001/openecomp/policy/policy-drools:1.0-STAGING-latest - policyDb: nexus3.onap.org:10001/openecomp/policy/policy-db:1.0-STAGING-latest - policyNexus: nexus3.onap.org:10001/openecomp/policy/policy-nexus:1.0-STAGING-latest + readiness: oomk8s/readiness-check + readinessVersion: 1.0.0 + policyPe: nexus3.onap.org:10001/openecomp/policy/policy-pe + policyPeVersion: 1.1-STAGING-latest + policyDrools: nexus3.onap.org:10001/openecomp/policy/policy-drools + policyDroolsVersion: 1.1-STAGING-latest + policyDb: nexus3.onap.org:10001/openecomp/policy/policy-db + policyDbVersion: 1.1-STAGING-latest + policyNexus: nexus3.onap.org:10001/openecomp/policy/policy-nexus + policyNexusVersion: 1.1-STAGING-latest ubuntu: ubuntu:16.04