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 /kubernetes/dmaap/components/dmaap-bc | |
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
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/values.yaml | 4 |
1 files changed, 2 insertions, 2 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 |