From 91a43ec1b6ddfaf16154bc520e04022c229d164d Mon Sep 17 00:00:00 2001 From: rangajal Date: Thu, 5 Nov 2020 10:52:30 +0000 Subject: [PATCH] removing init container section from e2mgr deployment Change-Id: If7c10a44cb93201a8fce72a2a0fa842350e9a748 Signed-off-by: rangajal --- RECIPE_EXAMPLE/example_recipe.yaml | 2 +- helm/e2mgr/templates/deployment.yaml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/RECIPE_EXAMPLE/example_recipe.yaml b/RECIPE_EXAMPLE/example_recipe.yaml index 24f2ff4..37fd77b 100644 --- a/RECIPE_EXAMPLE/example_recipe.yaml +++ b/RECIPE_EXAMPLE/example_recipe.yaml @@ -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" diff --git a/helm/e2mgr/templates/deployment.yaml b/helm/e2mgr/templates/deployment.yaml index a4fafa5..f5c9a1f 100644 --- a/helm/e2mgr/templates/deployment.yaml +++ b/helm/e2mgr/templates/deployment.yaml @@ -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 }} -- 2.16.6