From 197bcdee06f0ec527330cdcd51e81cb186ec5a67 Mon Sep 17 00:00:00 2001 From: rohithrajneesh Date: Mon, 18 Dec 2023 12:25:25 +0000 Subject: [PATCH] I-Relese - Update versions for RANPM ISSUE-ID: NONRTRIC-958 Change-Id: I2bd4e21d51264a01c3167bb2c03ee7e2eef473d1 Signed-off-by: rohithrajneesh --- install/helm/nrt-pm-log/templates/app-statefulset.yaml | 5 +++-- install/helm/nrt-pm/charts/dfc/templates/app-statefulset.yaml | 5 +++-- install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml | 5 +++-- .../kafka-producer-pm-json2influx/templates/app-statefulset.yaml | 5 +++-- .../kafka-producer-pm-json2kafka/templates/app-statefulset.yaml | 5 +++-- .../charts/kafka-producer-pm-xml2json/templates/app-statefulset.yaml | 5 +++-- .../charts/pm-producer-json2kafka/templates/app-statefulset.yaml | 5 +++-- 7 files changed, 21 insertions(+), 14 deletions(-) diff --git a/install/helm/nrt-pm-log/templates/app-statefulset.yaml b/install/helm/nrt-pm-log/templates/app-statefulset.yaml index 19107b8..2d07865 100644 --- a/install/helm/nrt-pm-log/templates/app-statefulset.yaml +++ b/install/helm/nrt-pm-log/templates/app-statefulset.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. 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. @@ -62,7 +63,7 @@ spec: - mountPath: /token-cache name: token-cache-volume - name: pmlog - image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-pmlog:1.0.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-pmlog:1.1.0 imagePullPolicy: Always command: - sh diff --git a/install/helm/nrt-pm/charts/dfc/templates/app-statefulset.yaml b/install/helm/nrt-pm/charts/dfc/templates/app-statefulset.yaml index e6883de..a69a667 100644 --- a/install/helm/nrt-pm/charts/dfc/templates/app-statefulset.yaml +++ b/install/helm/nrt-pm/charts/dfc/templates/app-statefulset.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. 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. @@ -46,7 +47,7 @@ spec: - name: dfc securityContext: runAsUser: 0 # Need to run as root - needed when writing to hostpath - image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-datafilecollector:1.0.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-datafilecollector:1.1.0 imagePullPolicy: Always ports: - name: http diff --git a/install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml b/install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml index f32d62f..4d4c150 100644 --- a/install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml +++ b/install/helm/nrt-pm/charts/ics/templates/app-deployment.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. 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. @@ -34,7 +35,7 @@ spec: spec: containers: - name: informationservice - image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-informationcoordinatorservice:1.5.0 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-informationcoordinatorservice:1.6.0 imagePullPolicy: Always ports: - name: http diff --git a/install/helm/nrt-pm/charts/kafka-producer-pm-json2influx/templates/app-statefulset.yaml b/install/helm/nrt-pm/charts/kafka-producer-pm-json2influx/templates/app-statefulset.yaml index e679704..43fb831 100644 --- a/install/helm/nrt-pm/charts/kafka-producer-pm-json2influx/templates/app-statefulset.yaml +++ b/install/helm/nrt-pm/charts/kafka-producer-pm-json2influx/templates/app-statefulset.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. 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. @@ -38,7 +39,7 @@ spec: spec: containers: - name: kafka-producer-pm-json2influx - image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.0.1 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.1.0 imagePullPolicy: Always ports: - name: http diff --git a/install/helm/nrt-pm/charts/kafka-producer-pm-json2kafka/templates/app-statefulset.yaml b/install/helm/nrt-pm/charts/kafka-producer-pm-json2kafka/templates/app-statefulset.yaml index c1c8ef8..b7c3144 100644 --- a/install/helm/nrt-pm/charts/kafka-producer-pm-json2kafka/templates/app-statefulset.yaml +++ b/install/helm/nrt-pm/charts/kafka-producer-pm-json2kafka/templates/app-statefulset.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. 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. @@ -38,7 +39,7 @@ spec: spec: containers: - name: kafka-producer-pm-json2kafka - image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.0.1 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.1.0 imagePullPolicy: Always ports: - name: http diff --git a/install/helm/nrt-pm/charts/kafka-producer-pm-xml2json/templates/app-statefulset.yaml b/install/helm/nrt-pm/charts/kafka-producer-pm-xml2json/templates/app-statefulset.yaml index 4e673cd..f40ad17 100644 --- a/install/helm/nrt-pm/charts/kafka-producer-pm-xml2json/templates/app-statefulset.yaml +++ b/install/helm/nrt-pm/charts/kafka-producer-pm-xml2json/templates/app-statefulset.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. 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. @@ -38,7 +39,7 @@ spec: spec: containers: - name: kafka-producer-pm-xml2json - image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.0.1 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-ranpm-pm-file-converter:1.1.0 imagePullPolicy: Always ports: - name: http diff --git a/install/helm/nrt-pm/charts/pm-producer-json2kafka/templates/app-statefulset.yaml b/install/helm/nrt-pm/charts/pm-producer-json2kafka/templates/app-statefulset.yaml index 297ca66..ec169a8 100644 --- a/install/helm/nrt-pm/charts/pm-producer-json2kafka/templates/app-statefulset.yaml +++ b/install/helm/nrt-pm/charts/pm-producer-json2kafka/templates/app-statefulset.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. 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. @@ -36,7 +37,7 @@ spec: spec: containers: - name: pm-producer-json2kafka - image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-pmproducer:1.0.1 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-pmproducer:1.1.0 imagePullPolicy: Always ports: - name: http -- 2.16.6