From: Rahul Zamre Date: Mon, 25 Mar 2024 13:22:41 +0000 (+0000) Subject: Feature 11015: Removal of Zookeeper from OSM installation X-Git-Tag: release-v16.0-start~37 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=17c1be29e9f123785b573ad375c152414bd02260;p=osm%2Fdevops.git Feature 11015: Removal of Zookeeper from OSM installation Change-Id: I34b1be9b30a385c82c6e9621c1ce71f17c59c989 Signed-off-by: Rahul Zamre --- 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