[DMAAP] Update datarouter image versions 73/135773/1
authorJack Lucas <jflos@sonoris.net>
Fri, 18 Aug 2023 15:13:05 +0000 (11:13 -0400)
committerJack Lucas <jflos@sonoris.net>
Fri, 18 Aug 2023 15:15:24 +0000 (11:15 -0400)
Update to use container with shortened
"X-DMAAP-DR-ON-BEHALF-OF" name for
datarouter provisioning.

Issue-ID: DMAAP-1893
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I21b043b8709000d2a30ea4e07e3fd0f8693a393c

kubernetes/common/common/templates/_dmaapProvisioning.tpl
kubernetes/common/repositoryGenerator/values.yaml
kubernetes/dmaap/components/dmaap-dr-node/values.yaml
kubernetes/dmaap/components/dmaap-dr-prov/values.yaml

index 3cf5bf1..e7b90ea 100644 (file)
   image: {{ include "repositoryGenerator.image.drProvClient" $dot }}
   imagePullPolicy: {{ $dot.Values.global.pullPolicy | default $dot.Values.pullPolicy }}
   env:
-  - name: ONBEHALFHDR
-    value: "X-DMAAP-DR-ON-BEHALF-OF: drprovcl"
   {{- range $cred := $dot.Values.credentials }}
   - name: {{ $cred.name }}
     {{- include "common.secret.envFromSecretFast" (dict "global" $dot "uid" $cred.uid "key" $cred.key) | nindent 4 }}
index 2c94c29..66ab4e2 100644 (file)
@@ -41,7 +41,7 @@ global:
   postgresImage: crunchydata/crunchy-postgres:centos8-13.2-4.6.1
   readinessImage: onap/oom/readiness:3.0.1
   dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1
-  drProvClientImage: onap/dmaap/datarouter-prov-client:2.1.14
+  drProvClientImage: onap/dmaap/datarouter-prov-client:2.1.15
   quitQuitImage: onap/oom/readiness:4.1.0
 
   # Default credentials
index d6815fd..5e654a9 100644 (file)
@@ -23,7 +23,7 @@ global:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/dmaap/datarouter-node:2.1.14
+image: onap/dmaap/datarouter-node:2.1.15
 pullPolicy: Always
 
 # default number of instances
index ba81f76..9797696 100644 (file)
@@ -38,7 +38,7 @@ secrets:
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/dmaap/datarouter-prov:2.1.14
+image: onap/dmaap/datarouter-prov:2.1.15
 pullPolicy: Always
 
 # default number of instances