Fix chartmuseum segmentation fault error 52/14252/1
authoraravind.est <aravindhan.a@est.tech>
Wed, 12 Mar 2025 14:51:43 +0000 (14:51 +0000)
committeraravind.est <aravindhan.a@est.tech>
Wed, 12 Mar 2025 14:51:43 +0000 (14:51 +0000)
CM version 0.16.1 causing segmentation fault.
Upgrading to CM version 0.16.2 fixes this issue.

Issue-ID: NONRTRIC-1056
Change-Id: Ic043d204031556bed2b46fa1638c569bfd8edf4f
Signed-off-by: aravind.est <aravindhan.a@est.tech>
scripts/install/install-base.sh

index a3d75df..8b2713e 100755 (executable)
@@ -2,7 +2,7 @@
 
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2023 Nordix Foundation. All rights reserved.
-#  Copyright (C) 2023-2024 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.
@@ -26,7 +26,7 @@ HELM_VERSION=$(helm version --short)
 echo "Helm version $HELM_VERSION installed."
 
 ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
-CM_VERSION="v0.16.1"
+CM_VERSION="v0.16.2"
 CM_PORT="8879"
 HELM_LOCAL_REPO="$ROOT_DIR/chartstorage"