Feature 11015: Removal of Zookeeper from OSM installation
Change-Id: I34b1be9b30a385c82c6e9621c1ce71f17c59c989
Signed-off-by: Rahul Zamre <rzamre@indracompany.com>
diff --git a/installers/helm/osm/Chart.yaml b/installers/helm/osm/Chart.yaml
index 06be321..346986d 100644
--- a/installers/helm/osm/Chart.yaml
+++ b/installers/helm/osm/Chart.yaml
@@ -30,10 +30,10 @@
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 70e83be..0cdfe6a 100644
--- a/installers/helm/osm/values.yaml
+++ b/installers/helm/osm/values.yaml
@@ -210,8 +210,3 @@
# repository: opensourcemano/webhook
# tag: "testing-daily"
# replicaCount: 1
-
-zookeeper:
- enabled: true
- fullnameOverride: "zookeeper"
- # replicaCount: 1