diff options
author | pranitk1905 <pranit.kapdule@t-systems.com> | 2023-04-17 15:46:19 +0530 |
---|---|---|
committer | Pranit Kapdule <pranit.kapdule@t-systems.com> | 2023-04-17 11:05:03 +0000 |
commit | 69f72f373f66ba7fd17bc43825050283f8ff2b00 (patch) | |
tree | 13220d8a5052f71f748df0ee4c64b3d82ff7436c /kubernetes | |
parent | 38fec620d46a05287ab1d6f4d5a685ffbf71d6cc (diff) |
[DCAEGEN2] Update restconfcollector Helm Chart for London Release
Update dcaegen2-collectors-restconf Helm Chart for London Release
Issue-ID: DCAEGEN2-3369
Change-Id: Ie481a3835cf45b5e3a358b71a0a0e48e22f3c64c
Signed-off-by: pranitk1905 <pranit.kapdule@t-systems.com>
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-restconf-collector/Chart.yaml | 3 | ||||
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-restconf-collector/Chart.yaml b/kubernetes/dcaegen2-services/components/dcae-restconf-collector/Chart.yaml index 10ce14028a..0903a310cd 100644 --- a/kubernetes/dcaegen2-services/components/dcae-restconf-collector/Chart.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-restconf-collector/Chart.yaml @@ -3,6 +3,7 @@ # Copyright (c) 2021 AT&T Intellectual Property # Modifications Copyright © 2021 Orange # Modifications Copyright © 2021 Nordix Foundation +# Modifications Copyright © 2023 Deutsche Telekom AG. # ============================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +19,7 @@ # ================================= LICENSE_END ============================== apiVersion: v2 -appVersion: "Kohn" +appVersion: "London" description: DCAE RESTConf Collector name: dcae-restconf-collector version: 12.0.0 diff --git a/kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml b/kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml index 92467f4a7c..bed8f9cb3d 100644 --- a/kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-restconf-collector/values.yaml @@ -2,6 +2,7 @@ # ============================================================================ # Copyright (c) 2021-2022 AT&T Intellectual Property. All rights reserved. # Copyright (c) 2022-2023 J. F. Lucas. All rights reserved. +# Copyright (c) 2023 Deutsche Telekom AG. 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. @@ -45,7 +46,7 @@ secrets: # Application Configuration Defaults. ################################################################# # Application Image -image: onap/org.onap.dcaegen2.collectors.restconfcollector:1.3.4 +image: onap/org.onap.dcaegen2.collectors.restconfcollector:1.4.1 pullPolicy: Always # Log directory where logging sidecar should look for log files |