From d56a9ae9b510698b355ea7c0cb17898844b43827 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Mon, 11 Mar 2024 16:34:56 -0700 Subject: [PATCH] fix(mysql): downgrade mysql chart to 9.4.9 (#439) --- charts/prerequisites/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prerequisites/Chart.yaml b/charts/prerequisites/Chart.yaml index 7431e0e13..4048c2235 100644 --- a/charts/prerequisites/Chart.yaml +++ b/charts/prerequisites/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.9 +version: 0.1.10 dependencies: - name: elasticsearch version: 7.17.3 @@ -16,7 +16,7 @@ dependencies: repository: https://helm.neo4j.com/neo4j condition: neo4j.enabled - name: mysql - version: 9.23.0 + version: 9.4.9 repository: https://charts.bitnami.com/bitnami condition: mysql.enabled - name: postgresql