Merge "Bump dmaap-dr image versions"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 10 Feb 2020 07:51:59 +0000 (07:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 10 Feb 2020 07:51:59 +0000 (07:51 +0000)
kubernetes/dmaap/components/dmaap-dr-node/templates/statefulset.yaml
kubernetes/dmaap/components/dmaap-dr-node/values.yaml
kubernetes/dmaap/components/dmaap-dr-prov/templates/deployment.yaml
kubernetes/dmaap/components/dmaap-dr-prov/values.yaml

index 4cd2ab5..5ef7c2f 100644 (file)
@@ -54,6 +54,8 @@ spec:
           args:
           - --container-name
           - aaf-locate
+          - --container-name
+          - aaf-cm
           env:
           - name: NAMESPACE
             valueFrom:
index 1b992af..00e0d2d 100644 (file)
@@ -22,7 +22,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/dmaap/datarouter-node:2.1.3
+image: onap/dmaap/datarouter-node:2.1.4
 pullPolicy: Always
 
 # flag to enable debugging - application support required
index 4eb0888..6435b0a 100644 (file)
@@ -54,6 +54,8 @@ spec:
           args:
           - --container-name
           - aaf-locate
+          - --container-name
+          - aaf-cm
           env:
           - name: NAMESPACE
             valueFrom:
index 80b15c7..8e3364f 100644 (file)
@@ -23,7 +23,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/dmaap/datarouter-prov:2.1.3
+image: onap/dmaap/datarouter-prov:2.1.4
 pullPolicy: Always
 
 # flag to enable debugging - application support required