removing init container section from e2mgr deployment 90/4990/1
authorrangajal <ranjit.angajala@nokia.com>
Thu, 5 Nov 2020 10:52:30 +0000 (10:52 +0000)
committerrangajal <ranjit.angajala@nokia.com>
Thu, 5 Nov 2020 10:52:40 +0000 (10:52 +0000)
Change-Id: If7c10a44cb93201a8fce72a2a0fa842350e9a748
Signed-off-by: rangajal <ranjit.angajala@nokia.com>
RECIPE_EXAMPLE/example_recipe.yaml
helm/e2mgr/templates/deployment.yaml

index 24f2ff4..37fd77b 100644 (file)
@@ -96,7 +96,7 @@ e2mgr:
   image:
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
     name: ric-plt-e2mgr
-    tag: 5.2.15
+    tag: 5.4.13
   privilegedmode: false
   globalRicId:
     ricId: "AACCE"
index a4fafa5..f5c9a1f 100644 (file)
@@ -45,14 +45,6 @@ spec:
       hostname: {{ include "common.name.e2mgr" . }} 
       imagePullSecrets:
         - name: {{ include "common.dockerregistry.credential" $imagectx }}
-      initContainers:
-        - name: redis-init
-          image: "redis"
-          command:
-          - "/bin/sh"
-          args:
-          - '-c'
-          - "redis-cli -h {{ include "common.servicename.dbaas.tcp" . }} -p {{ include "common.serviceport.dbaas.redis" . }} SETNX \"{e2Manager},GENERAL\" \"{\\\"enableRic\\\":true}\""
       containers:
         - name: {{ include "common.containername.e2mgr" . }}
           image: {{ include "common.dockerregistry.url" $imagectx }}/{{ .Values.e2mgr.image.name }}:{{ .Values.e2mgr.image.tag }}