From 17c1be29e9f123785b573ad375c152414bd02260 Mon Sep 17 00:00:00 2001 From: Rahul Zamre Date: Mon, 25 Mar 2024 13:22:41 +0000 Subject: [PATCH] Feature 11015: Removal of Zookeeper from OSM installation Change-Id: I34b1be9b30a385c82c6e9621c1ce71f17c59c989 Signed-off-by: Rahul Zamre --- installers/helm/osm/Chart.yaml | 8 ++++---- installers/helm/osm/values.yaml | 5 ----- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/installers/helm/osm/Chart.yaml b/installers/helm/osm/Chart.yaml index 06be3214..346986de 100644 --- a/installers/helm/osm/Chart.yaml +++ b/installers/helm/osm/Chart.yaml @@ -30,10 +30,10 @@ dependencies: repository: "https://charts.bitnami.com/bitnami" version: "25.1.12" condition: kafka.enabled -- name: zookeeper - repository: "https://charts.bitnami.com/bitnami" - version: "12.1.3" - condition: zookeeper.enabled +# - name: zookeeper +# repository: "https://charts.bitnami.com/bitnami" +# version: "12.1.3" +# condition: zookeeper.enabled # - name: mongodb # repository: "https://charts.bitnami.com/bitnami" # version: "13.9.4" diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index 70e83be8..0cdfe6a1 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -210,8 +210,3 @@ webhookTranslator: # repository: opensourcemano/webhook # tag: "testing-daily" # replicaCount: 1 - -zookeeper: - enabled: true - fullnameOverride: "zookeeper" - # replicaCount: 1 -- 2.25.1