From: aravind.est Date: Mon, 8 Sep 2025 15:46:51 +0000 (+0100) Subject: Update ICS release image X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=07d1f0d7b76fa53dbaf61b6c47aae7ec0dca600d;p=it%2Fdep.git Update ICS release image ICS release image updated ICS volume permission adjusted ICS log level adjusted Issue-ID: INT-193 Change-Id: I2b3ded2ae6701f95b70a91c21a3d081a1fb9f382 Signed-off-by: aravind.est --- diff --git a/smo-install/oran_oom/informationservice/templates/statefulset.yaml b/smo-install/oran_oom/informationservice/templates/statefulset.yaml index f9d8348c..1436a9d0 100644 --- a/smo-install/oran_oom/informationservice/templates/statefulset.yaml +++ b/smo-install/oran_oom/informationservice/templates/statefulset.yaml @@ -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: diff --git a/smo-install/oran_oom/informationservice/values.yaml b/smo-install/oran_oom/informationservice/values.yaml index 2df11d46..11f0ff46 100644 --- a/smo-install/oran_oom/informationservice/values.yaml +++ b/smo-install/oran_oom/informationservice/values.yaml @@ -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