Update ICS release image 92/14892/1
authoraravind.est <aravindhan.a@est.tech>
Mon, 8 Sep 2025 15:46:51 +0000 (16:46 +0100)
committeraravind.est <aravindhan.a@est.tech>
Mon, 8 Sep 2025 15:46:51 +0000 (16:46 +0100)
ICS release image updated
ICS volume permission adjusted
ICS log level adjusted

Issue-ID: INT-193
Change-Id: I2b3ded2ae6701f95b70a91c21a3d081a1fb9f382
Signed-off-by: aravind.est <aravindhan.a@est.tech>
smo-install/oran_oom/informationservice/templates/statefulset.yaml
smo-install/oran_oom/informationservice/values.yaml

index f9d8348..1436a9d 100644 (file)
@@ -1,5 +1,6 @@
 ################################################################################
 #   Copyright (c) 2020 Nordix Foundation.                                      #
+#   Copyright (c) 2023-2025 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.           #
@@ -31,7 +32,7 @@ spec:
           - sh
           - -c
           - mkdir /var/information-coordinator-service/database;
-            chown -R 1000:1000 /var/information-coordinator-service;
+            chown -R 999:1000 /var/information-coordinator-service;
           image: busybox:1.28
           imagePullPolicy: {{ .Values.imagePullPolicy }}
           volumeMounts:
index 2df11d4..11f0ff4 100644 (file)
@@ -1,6 +1,6 @@
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
-#  Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
+#  Copyright (C) 2023-2025 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.
@@ -23,7 +23,7 @@ imagePullPolicy: IfNotPresent
 image:
   registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
   name: "nonrtric-plt-informationcoordinatorservice"
-  tag: 1.6.0
+  tag: 1.6.1
 service:
   type: ClusterIP
   ports:
@@ -61,7 +61,7 @@ application:
 
   logging:
     level:
-      ROOT: ERROR
+      ROOT: INFO
       org.springframework: ERROR
       org.springframework.data: ERROR
       org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR