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