Fix kong postgres installation issue 85/14585/2
authoraravind.est <aravindhan.a@est.tech>
Fri, 20 Jun 2025 09:56:15 +0000 (10:56 +0100)
committeraravind.est <aravindhan.a@est.tech>
Fri, 20 Jun 2025 10:06:33 +0000 (11:06 +0100)
Kong postgres installation fails because of the usage of bitnami-shell image. It is deprecated and removed now.
Newer version of the image is used now.

Issue-ID: INT-170
Change-Id: Ie1c4b330064eb40bfa7b033d25ee8619486ff694
Signed-off-by: aravind.est <aravindhan.a@est.tech>
nonrtric/helm/kongstorage/kongvalues.yaml
smo-install/oran_oom/kong/values.yaml

index a1ca552..0d85b8e 100644 (file)
@@ -118,6 +118,8 @@ postgresql:
       postgresql: "5432"
   volumePermissions:
     enabled: true
+    image:
+      repository: bitnami/os-shell
     # This provides permission for the initcontainer to set the correct permissions
     containerSecurityContext:
       runAsNonRoot: false
index 527f0d0..b60fe81 100644 (file)
@@ -1,6 +1,6 @@
 
 #  ============LICENSE_START===============================================
-#  Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.
+#  Copyright (C) 2024-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.
@@ -137,6 +137,8 @@ kong:
         postgresql: "5432"
     volumePermissions:
       enabled: true
+      image:
+        repository: bitnami/os-shell
     primary:
       persistence:
         existingClaim: data-oran-nonrtric-postgresql-0