Merge "[NBI] Use AAF init container for certificates"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 6 Apr 2020 10:50:29 +0000 (10:50 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 6 Apr 2020 10:50:29 +0000 (10:50 +0000)
kubernetes/appc/charts/appc-cdt/values.yaml
kubernetes/appc/values.yaml
kubernetes/dcaegen2/components/dcae-policy-handler/resources/config/config.json
kubernetes/vnfsdk/values.yaml

index 377041a..118d19c 100644 (file)
@@ -26,7 +26,7 @@ flavor: small
 
 # application image
 repository: nexus3.onap.org:10001
-image: onap/appc-cdt-image:1.7.0
+image: onap/appc-cdt-image:1.7.1
 pullPolicy: Always
 
 # application configuration
index 8e8c421..fb8230b 100644 (file)
@@ -56,7 +56,7 @@ secrets:
 flavor: small
 # application image
 repository: nexus3.onap.org:10001
-image: onap/appc-image:1.7.0
+image: onap/appc-image:1.7.1
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index b459a98..2e47c9e 100644 (file)
@@ -24,7 +24,7 @@
       "timeout_in_secs": 60
     },
     "dmaap_mr" : {
-        "url" : "https://message-router:3904/events/unauthenticated.POLICY-NOTIFICATION/policy-handler/ph1",
+        "url" : "https://message-router:3905/events/POLICY-NOTIFICATION/policy-handler/ph1",
         "query": {
             "timeout": 15000
         },
index 9529e55..96cacfb 100644 (file)
@@ -28,7 +28,7 @@ global:
 #################################################################
 # application image
 repository: nexus3.onap.org:10001
-image: onap/vnfsdk/refrepo:1.3.2
+image: onap/vnfsdk/refrepo:1.5.1
 postgresRepository: crunchydata
 postgresImage: crunchy-postgres:centos7-10.3-1.8.2
 pullPolicy: Always