diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-07-20 09:26:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-20 09:26:31 +0000 |
commit | 6683857021277443821466ab6d97a9edb00a4ab9 (patch) | |
tree | 804cf0ce1b31e0684f9fdd3d5a82310ca8fdfbb1 /kubernetes/msb | |
parent | b3bcdbbabebbec793b078f6194eaef02f318f507 (diff) | |
parent | 3875773fb7d03b9d707766fdbfa3d4d49f34b256 (diff) |
Merge "[COMMON] Bump Honolulu MR version" into honolulu
Diffstat (limited to 'kubernetes/msb')
-rw-r--r-- | kubernetes/msb/Chart.yaml | 3 | ||||
-rw-r--r-- | kubernetes/msb/components/kube2msb/Chart.yaml | 3 | ||||
-rw-r--r-- | kubernetes/msb/components/msb-consul/Chart.yaml | 3 | ||||
-rw-r--r-- | kubernetes/msb/components/msb-discovery/Chart.yaml | 3 | ||||
-rw-r--r-- | kubernetes/msb/components/msb-eag/Chart.yaml | 3 | ||||
-rw-r--r-- | kubernetes/msb/components/msb-iag/Chart.yaml | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/kubernetes/msb/Chart.yaml b/kubernetes/msb/Chart.yaml index 9c9ae56a5a..387d8adbc8 100644 --- a/kubernetes/msb/Chart.yaml +++ b/kubernetes/msb/Chart.yaml @@ -1,5 +1,6 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018 ZTE +# Modifications Copyright © 2020-2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,4 +17,4 @@ apiVersion: v1 description: ONAP MicroServices Bus name: msb -version: 8.0.0 +version: 8.0.1 diff --git a/kubernetes/msb/components/kube2msb/Chart.yaml b/kubernetes/msb/components/kube2msb/Chart.yaml index 70dd462e2f..6416d3c17d 100644 --- a/kubernetes/msb/components/kube2msb/Chart.yaml +++ b/kubernetes/msb/components/kube2msb/Chart.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Amdocs, Bell Canada , ZTE +# Modifications Copyright © 2020-2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,4 +15,4 @@ apiVersion: v1 description: ONAP MicroServices Bus Kube2MSB Registrator name: kube2msb -version: 8.0.0 +version: 8.0.1 diff --git a/kubernetes/msb/components/msb-consul/Chart.yaml b/kubernetes/msb/components/msb-consul/Chart.yaml index 9666dc6917..f5dbca9a9c 100644 --- a/kubernetes/msb/components/msb-consul/Chart.yaml +++ b/kubernetes/msb/components/msb-consul/Chart.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Amdocs, Bell Canada , ZTE +# Modifications Copyright © 2020-2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,4 +15,4 @@ apiVersion: v1 description: ONAP MicroServices Bus Consul name: msb-consul -version: 8.0.0 +version: 8.0.1 diff --git a/kubernetes/msb/components/msb-discovery/Chart.yaml b/kubernetes/msb/components/msb-discovery/Chart.yaml index 50465b9b63..2bd3eb7b50 100644 --- a/kubernetes/msb/components/msb-discovery/Chart.yaml +++ b/kubernetes/msb/components/msb-discovery/Chart.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Amdocs, Bell Canada , ZTE +# Modifications Copyright © 2020-2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,4 +15,4 @@ apiVersion: v1 description: ONAP MicroServices Bus Discovery name: msb-discovery -version: 8.0.0 +version: 8.0.1 diff --git a/kubernetes/msb/components/msb-eag/Chart.yaml b/kubernetes/msb/components/msb-eag/Chart.yaml index 8557bf2bd9..96597b9151 100644 --- a/kubernetes/msb/components/msb-eag/Chart.yaml +++ b/kubernetes/msb/components/msb-eag/Chart.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Amdocs, Bell Canada , ZTE +# Modifications Copyright © 2020-2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,4 +15,4 @@ apiVersion: v1 description: ONAP MicroServices Bus Internal API Gateway name: msb-eag -version: 8.0.0 +version: 8.0.1 diff --git a/kubernetes/msb/components/msb-iag/Chart.yaml b/kubernetes/msb/components/msb-iag/Chart.yaml index ceec7973d5..2aa073d02a 100644 --- a/kubernetes/msb/components/msb-iag/Chart.yaml +++ b/kubernetes/msb/components/msb-iag/Chart.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Amdocs, Bell Canada , ZTE +# Modifications Copyright © 2020-2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,4 +15,4 @@ apiVersion: v1 description: ONAP MicroServices Bus Internal API Gateway name: msb-iag -version: 8.0.0 +version: 8.0.1 |