From 6ca60d17a213665448c96ffdb5b21d22a7028a6f Mon Sep 17 00:00:00 2001 From: Abhinav kumar <126642111+Abhinavcode13@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:48:55 +0530 Subject: [PATCH] chores: switching off kibana service --- helm/ph-ee-engine/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/ph-ee-engine/Chart.yaml b/helm/ph-ee-engine/Chart.yaml index b8451c760..2bda441b3 100644 --- a/helm/ph-ee-engine/Chart.yaml +++ b/helm/ph-ee-engine/Chart.yaml @@ -16,10 +16,10 @@ dependencies: repository: http://helm.elastic.co version: 7.17.3 condition: "elasticsearch.enabled" - - name: kibana - repository: http://helm.elastic.co - version: 7.16.3 - condition: "kibana.enabled" +# - name: kibana +# repository: http://helm.elastic.co +# version: 7.16.3 +# condition: "kibana.enabled" - name: mysql version: 9.4.5 repository: "https://charts.bitnami.com/bitnami"