diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-02-17 11:50:43 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-03-15 13:47:00 +0000 |
commit | 0d893db1cd97d4bf90e861f8a381981aad36a2d3 (patch) | |
tree | 8e244af243a1575bc6e55046ed35322bccc264ba /kubernetes/dcaegen2-services/components/dcae-prh/values.yaml | |
parent | 6f7684bcc1e68267b8f9df68839308ac4c47b700 (diff) |
[DCAEGEN2] Top up DCAEGEN2 images
Top up following DCAEGEN2 images:
- DFC 1.7.1
- PM-Mapper 1.8.0
- PRH 1.8.0
- VES 1.11.0
Issue-ID: DCAEGEN2-3006
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Icf8c08c42a002d131207201af7df1e7ced5e120e
Diffstat (limited to 'kubernetes/dcaegen2-services/components/dcae-prh/values.yaml')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-prh/values.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-prh/values.yaml b/kubernetes/dcaegen2-services/components/dcae-prh/values.yaml index d44574a07b..7886ed75a8 100644 --- a/kubernetes/dcaegen2-services/components/dcae-prh/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-prh/values.yaml @@ -1,6 +1,7 @@ #============LICENSE_START======================================================== # ================================================================================ # Copyright (c) 2021 J. F. Lucas. All rights reserved. +# Copyright (c) 2022 Nokia. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -40,7 +41,7 @@ consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1. # Application configuration defaults. ################################################################# # application image -image: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.7.1 +image: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.8.0 pullPolicy: Always # log directory where logging sidecar should look for log files |