From 37834ad52a8bfe82e4977ff3f831cbd7fa709201 Mon Sep 17 00:00:00 2001 From: Abhinav kumar <126642111+Abhinavcode13@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:28:33 +0530 Subject: [PATCH] chore: disable MySQL service (ph-ee-engine) in chart.yaml --- helm/ph-ee-engine/Chart.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/ph-ee-engine/Chart.yaml b/helm/ph-ee-engine/Chart.yaml index b8451c760..ac153d744 100644 --- a/helm/ph-ee-engine/Chart.yaml +++ b/helm/ph-ee-engine/Chart.yaml @@ -20,11 +20,11 @@ dependencies: repository: http://helm.elastic.co version: 7.16.3 condition: "kibana.enabled" - - name: mysql - version: 9.4.5 - repository: "https://charts.bitnami.com/bitnami" - alias: operationsmysql - condition: "operations.mysql.enabled" +# - name: mysql +# version: 9.4.5 +# repository: "https://charts.bitnami.com/bitnami" +# alias: operationsmysql +# condition: "operations.mysql.enabled" - name: kong version: 2.13.1 repository: https://charts.konghq.com