diff options
author | efiacor <fiachra.corcoran@est.tech> | 2023-04-25 14:52:01 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2023-04-25 14:52:09 +0100 |
commit | 501c7b6210bbe8f086ac0d0e5ce9d521ce2a9f27 (patch) | |
tree | 99598b67ffc159bc6ccbfa3b323bda0db25d5600 | |
parent | a336bf408d5821aae5d19fcd27bd54dd7246b82d (diff) |
[DMAAP] Update images for London
Update DMaaP images for L
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ibb7c802c292bfc5d4295828ef4adeb6d4db19a87
Issue-ID: DMAAP-1878
4 files changed, 5 insertions, 5 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/values.yaml b/kubernetes/dmaap/components/dmaap-bc/values.yaml index 1e234242ee..58631e1452 100644 --- a/kubernetes/dmaap/components/dmaap-bc/values.yaml +++ b/kubernetes/dmaap/components/dmaap-bc/values.yaml @@ -41,11 +41,11 @@ secrets: # Application configuration defaults. ################################################################# # application images -image: onap/dmaap/dmaap-bc:2.0.11 +image: onap/dmaap/dmaap-bc:2.0.12 pullPolicy: Always #DMaaP Bus Controller client image for provisioning at deploy time -dbcClientImage: onap/dmaap/dbc-client:2.0.11 +dbcClientImage: onap/dmaap/dbc-client:2.0.12 # application configuration dmaapMessageRouterService: &mr_name message-router diff --git a/kubernetes/dmaap/components/dmaap-dr-node/values.yaml b/kubernetes/dmaap/components/dmaap-dr-node/values.yaml index d2f59455bb..00576d2326 100644 --- a/kubernetes/dmaap/components/dmaap-dr-node/values.yaml +++ b/kubernetes/dmaap/components/dmaap-dr-node/values.yaml @@ -23,7 +23,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/dmaap/datarouter-node:2.1.12 +image: onap/dmaap/datarouter-node:2.1.13 pullPolicy: Always # default number of instances diff --git a/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml b/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml index 6af498d548..2e1a5b9b3f 100644 --- a/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml +++ b/kubernetes/dmaap/components/dmaap-dr-prov/values.yaml @@ -38,7 +38,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/dmaap/datarouter-prov:2.1.12 +image: onap/dmaap/datarouter-prov:2.1.13 pullPolicy: Always # default number of instances diff --git a/kubernetes/dmaap/components/message-router/values.yaml b/kubernetes/dmaap/components/message-router/values.yaml index c68a91c689..b44991bb19 100644 --- a/kubernetes/dmaap/components/message-router/values.yaml +++ b/kubernetes/dmaap/components/message-router/values.yaml @@ -24,7 +24,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: onap/dmaap/dmaap-mr:1.4.3 +image: onap/dmaap/dmaap-mr:1.4.4 pullPolicy: Always #Strimzi zookeeper_tunnel config |