################################################################################
# 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. #
- 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:
# ============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.
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:
logging:
level:
- ROOT: ERROR
+ ROOT: INFO
org.springframework: ERROR
org.springframework.data: ERROR
org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR