Bump dmaap-dr image versions 04/101404/2
authorefiacor <fiachra.corcoran@est.tech>
Fri, 7 Feb 2020 19:02:15 +0000 (19:02 +0000)
committerefiacor <fiachra.corcoran@est.tech>
Sun, 9 Feb 2020 23:21:36 +0000 (23:21 +0000)
  # Also, need to add ready check for aaf-cm

Change-Id: I757f56f5eaa79c1cbecec43aeb99f2701afd7fae
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1195

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