diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-05-25 07:11:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-05-25 07:11:52 +0000 |
commit | a01c5bbbf90fc349bff7854a4f8947ca9bbc6d3e (patch) | |
tree | ed407051bed63c0a85af06204d41bc5f540604fe /kubernetes | |
parent | e1441a7fa307a5e6fdee64d7fd41b30cf85eb6f2 (diff) | |
parent | b66c74eea4161de3caf97683c032d92df2a74213 (diff) |
Merge "[DCAEGEN2] Update slice-analysis-ms Helm Chart for London Release"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/Chart.yaml | 3 | ||||
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/Chart.yaml b/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/Chart.yaml index ed555b28a2..c3f5af9a90 100644 --- a/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/Chart.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/Chart.yaml @@ -3,6 +3,7 @@ # Copyright (c) 2021 Wipro Limited. # 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 SliceAnalysis MS charts name: dcae-slice-analysis-ms version: 12.0.0 diff --git a/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml b/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml index e57c781ed5..065c19b222 100644 --- a/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml @@ -3,6 +3,7 @@ # Copyright (C) 2021-2022 Wipro Limited. # Copyright (c) 2022-2023 J. F. Lucas. All rights reserved. # Copyright (C) 2022 Huawei Canada Limited. +# 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. @@ -49,7 +50,7 @@ secrets: ################################################################# # Application Image repository: nexus3.onap.org:10001 -image: onap/org.onap.dcaegen2.services.components.slice-analysis-ms:1.1.5 +image: onap/org.onap.dcaegen2.services.components.slice-analysis-ms:1.2.1 pullPolicy: IfNotPresent ################################################################# |